Skip to content
Get Started
Blog

Why Admin Accounts Should Not Be Used Daily

Using an administrator account for everyday work gives attackers full control. Use standard accounts instead.

Practical
Guidance
Vendor
Neutral
No
Jargon
Cybersecurity
Threat landscape updates
Current risks facing Northern BC businesses and how to stay ahead of them.
Best Practices
IT management insights
Practical guidance on M365, backups, compliance, and infrastructure from senior engineers.
Compliance
Regulatory readiness
PIPEDA, CIS Controls, and cyber insurance guidance for Canadian SMBs.

Written by senior engineers with decades of experience managing IT and cybersecurity for Northern BC businesses.

Many business owners and their staff use administrator accounts for daily work. They check email with admin rights, browse websites as admin, open files and applications all at admin level. This feels convenient because you can install software or change settings without friction. But convenience comes with a hidden cost: if anything goes wrong (malware executes, a password is stolen, a malicious file runs), the attacker immediately has full control of that computer and everything connected to it.

The Problem With Admin Privileges

An administrator account can install software, modify system settings, delete files, and access any data on the machine. When an email attachment contains malware and you open it with admin rights, that malware runs with admin privileges. When a website tries to redirect you to a fake login page and you enter your credentials, the attacker has access to an account with full system control. A standard user account, by contrast, has limited permissions. Malware can still cause problems, but it cannot modify system files, install drivers, or access protected areas of the system. The damage is contained.

Principle of Least Privilege

Information security professionals call this "principle of least privilege," meaning each user account has only the permissions it needs to do its job. For most people, that's opening email, editing documents, and accessing shared files. These tasks don't require admin rights. Admin rights should be used only when you're installing software, updating the operating system, or troubleshooting a specific technical problem. After the task is complete, you return to your standard account. This simple separation creates a meaningful barrier between daily risk and critical system access.

How to Implement This

On Windows computers, create two accounts: one standard account for daily work and one admin account for maintenance. Sign in to the standard account every morning and use it for email, documents, and web browsing. When you need to install software, switch to the admin account, complete the task, and switch back. Most modern operating systems support this workflow smoothly. Alternatively, you can be prompted to authenticate with admin credentials when needed, which achieves the same effect without maintaining separate accounts.

The Same Principle Applies to Microsoft 365

The same thinking applies to cloud services. Many businesses assign Global Administrator roles to people who primarily read email or manage documents. Global Admin can reset anyone's password, delete mailboxes, modify security settings, and export entire organizations' data. If that account is compromised, an attacker has the keys to your entire Microsoft 365 environment. Instead, use role-specific admin accounts. Email administrators use mailbox management roles, not Global Admin. Finance staff use accounting roles. The Global Admin account should rarely be used, and only by designated people performing specific administrative tasks.

Making Security Practical

This isn't about being paranoid. It's about recognizing that mistakes happen (you might click the wrong link, download an infected file, or visit a compromised website). Separating daily work from admin access means when those mistakes occur, you can recover quickly without an attacker gaining control of your entire business. Implement this change on company computers first, then encourage the same approach for personal devices if they access work data. The small inconvenience of switching accounts pays for itself the moment it prevents a breach.