What does 'Access Is Denied' mean on Windows?
The short answer
Windows shows “Access Is Denied” when your user account doesn’t have permission to open, edit, or run the file, folder, or program you’re trying to use.
Why does this happen?
Windows has a built-in permissions system that controls who can access what. When you try to do something your account isn’t authorized for, Windows blocks the action and shows this message.
Common causes include:
- You’re not using an administrator account — some files and folders are restricted to admin users only
- The file or folder is owned by another user — Windows protects each user’s files from other accounts on the same computer
- A program is currently using the file — if another app has the file locked, Windows won’t let you modify or delete it
- You’re trying to access a protected system folder — Windows guards critical system files to prevent accidental damage
- The file came from an external drive — files copied from another computer or drive may carry permissions from that other system
How to fix it
Try these steps, starting with the simplest:
- Run as administrator — right-click the program or file and select “Run as administrator”
- Take ownership of the file — right-click the file, go to Properties > Security > Advanced, and change the owner to your account
- Check if the file is in use — close any programs that might be using the file, or restart your computer and try again
- Adjust folder permissions — right-click the folder, go to Properties > Security, click “Edit,” and grant your account “Full control”
- Disable inherited permissions — in Properties > Security > Advanced, click “Disable inheritance” and convert inherited permissions to explicit ones
When should you worry?
In most cases, this is just a permissions issue you can fix yourself. However, if you’re suddenly getting “Access Is Denied” on files you could open before, it could indicate malware restricting your access, a corrupted user profile, or a recent Windows update that reset permissions. If the problem is widespread across many files, run a full antivirus scan and consider creating a new user profile.