Insufficient privileges as an admin
Why does my laptop say 'insufficient privileges' when installing a program I already have admin on?
Written by The CommonFixes team · fact checked by CommonFixes review desk
Last updated
Short answer
Being an administrator does not mean everything you open runs with administrator powers. Windows starts programs with a limited token and only raises them when you approve the prompt, so an installer launched normally can still be blocked. On top of that, the folder the installer wants to write into may have lost its permissions, the Windows Installer service may be stuck, a company policy or the built-in Administrator account being disabled can block it, and antivirus software regularly stops installers quietly and reports it as a permissions error. The quickest thing to try first: run it properly as administrator — Right click the installer and choose Run as administrator, and approve the prompt when it appears. If nothing happens at all, the antivirus is blocking it silently rather than Windows refusing it. For a file downloaded from the web, first right click, Properties, and tick Unblock at the bottom, because Windows marks downloaded installers and that can stop them running. Most people are done in about 20 minutes.
Full walkthrough below: 7 steps for Windows, rated medium.
Sounds like this
- •An installer stops with a message about insufficient privileges or access denied
- •Your account clearly shows as Administrator
- •Right clicking and choosing Run as administrator makes no difference
Why it happens
Being an administrator does not mean everything you open runs with administrator powers. Windows starts programs with a limited token and only raises them when you approve the prompt, so an installer launched normally can still be blocked. On top of that, the folder the installer wants to write into may have lost its permissions, the Windows Installer service may be stuck, a company policy or the built-in Administrator account being disabled can block it, and antivirus software regularly stops installers quietly and reports it as a permissions error.
Work through these in order
0% done- 1
Run it properly as administrator
Right click the installer and choose Run as administrator, and approve the prompt when it appears. If nothing happens at all, the antivirus is blocking it silently rather than Windows refusing it. For a file downloaded from the web, first right click, Properties, and tick Unblock at the bottom, because Windows marks downloaded installers and that can stop them running.
- 2
Install from an administrator terminal
Right click Start, choose Terminal (Admin), then drag the installer file into the window and press Enter. This gives it full rights from the start rather than asking part way through, and it shows any error message on screen instead of hiding it.
- 3
Turn your antivirus off for five minutes and try again
Third party antivirus is the single most common cause. Pause the shield in Avast, AVG, Bitdefender or whatever you use, run the installer, then switch protection back on. In Windows Security, also check Virus and threat protection, Manage settings, and see whether Controlled folder access is on; it blocks installers from writing to Documents and Desktop.
- 4
Fix the Windows Installer service
Press Windows and R, type services.msc, find Windows Installer and set Startup type to Manual, then Start it. If it will not start, open Terminal (Admin) and run msiexec /unregister followed by msiexec /regserver, then restart the machine and try again.
- 5
Repair the permissions on the target folder
Right click the folder the installer is trying to write to, usually inside Program Files, choose Properties, Security, Advanced. Check the owner is Administrators; if it is not, click Change, type Administrators, press Check Names and apply, ticking Replace all child object permission entries. Folders left behind by an old install often carry broken ownership.
- 6
Check no policy is standing in the way
Press Windows and R, type gpedit.msc on Windows Pro, then go to Computer Configuration, Administrative Templates, Windows Components, Windows Installer. Set Prohibit User Installs and Disable Windows Installer to Not configured. On a work laptop these are set by your employer and only their support team can change them.
- 7
Try it from a clean start
Press Windows and R, type msconfig, tick Selective startup, untick Load startup items, and under Services tick Hide all Microsoft services then disable the rest. Restart and install. Background tools that watch the file system can hold a lock that looks like a permissions failure. Undo msconfig afterwards.
If none of that worked
If one particular program keeps failing, download Microsoft's Program Install and Uninstall Troubleshooter; it clears broken registry entries left by an earlier half removed copy, which is a frequent cause when you are trying to install an update over the top.
Did this fix work for you?
A quick thumbs up helps other readers find the guides that actually work.
Share this fix
Related fixes worth reading
Chosen automatically from the 157 guides on CommonFixes, based on how closely they match this problem.
You do not have permission to open this folder
Why does my laptop say 'you don't currently have permission to access this folder'?
This app cannot open because of a company policy
Why does it say 'this app can't open' due to a company policy on my laptop?
An app has stopped working
Why is my laptop saying an app has stopped working?
The 0x80070005 access denied error
What does error code 0x80070005 mean?
A program refuses to start because Visual C++ is missing
Why does my laptop say Visual C++ Redistributable is missing?
No restore points available
Why does my laptop say no restore points are available?
Still not it? Browse every fix or see more in programs and installs.
Who wrote this and how we checked it
The CommonFixes team
Writer and researcher
We are a small group of people who spend our days repairing laptops and desktops for family, friends and small offices. Every guide here starts with a problem someone actually brought to us, and we only write down the steps that put the machine right.
- Everyday repairs
- Windows and Mac
- Plain language
CommonFixes review desk
Technical editor
Before a guide goes live, a second person walks through it on a real machine and checks each instruction against the maker's own support pages. Anything we cannot confirm is removed rather than guessed at.
- Fact checking
- Safety warnings
- Source links
This guide was last updated on 10 August 2026. If a step no longer matches what you see on screen, tell us on the contact page and we will test it again.
A gentle reminder: back up anything you cannot afford to lose before major repairs. If a step ever feels risky, stop and ask a technician. There is no shame in that.