Troubled by documents and settings access denied on your PC? We address why Windows blocks access and provide step-by-step solutions. Fix documents and settings access denied errors permanently with our comprehensive guide.
C:\Documents and Settings is not accessible. Windows 10
Below, you can see I have opened up a command prompt and Explorer and attempted to go into C:\Documents and Settings. In Explorer, you do not see it even with hidden files/folders turned on, yet it states, 'Access is denied.'
Question from support.google.com
If you encounter the same situation as described—where Documents and Settings is not accessible, and access is denied—there is no need for concern. You have not caused any damage to your system, and more importantly, your files remain intact. This Documents and Settings Access Denied error is actually one of the most common and misunderstood issues in Windows, and it can be resolved without difficulty.
The Documents and Settings folder you are attempting to access serves as a system redirector rather than a traditional folder. In older Windows versions such as XP, this location functioned as the central repository for all user data(each user's documents, desktop settings, start menu items, and application data). However, beginning with Windows Vista and continuing through Windows 10 and 11, Microsoft restructured this organization.
Your actual files now reside in the "Users" folder, C:\Users\[YourUserName]. The Documents and Settings folder you currently see is what Microsoft terms a junction point—essentially a redirector that points to the new storage location. When you receive the "Access Denied" message, Windows is indicating that this location does not contain your actual data and therefore does not require your access.
The Documents and Settings folder remains visible for compatibility with older software.
The folder is a junction point—a reparse point that redirects to the Users folder. When double-clicked, Windows attempts redirection, but security measures often cause it to fail, triggering the "Access Denied" documents and settings error in Windows 10.
Microsoft deliberately locked this folder for system protection. The junction exists, so legacy software expecting the old location doesn't break. Because modifying system junctions causes instability, Windows restricts access entirely—you're not meant to enter this folder by design.
In Windows 10 and 11, your documents aren't in Documents and Settings—they're in C:\Users[YourUserName]\Documents. Try that path instead.
Type %userprofile%\Documents into the File Explorer address bar or the Run dialog (Windows key + R), and you'll land exactly where you need to be.
If you're still determined to access that old junction, you need to check your permissions. Right-click the Documents and Settings folder, select Properties, then click the Security tab. Under Group or user names, find your account and see what permissions are listed. You'll probably notice that even administrators have limited access here—that's intentional.
This is a controlled, safe way.
1. Right-click the Documents and Settings folder and select Properties.
2. Go to the Security tab and click the Advanced button at the bottom.
3. In the Advanced Security Settings window, click the Change link next to the Owner section.
4. In the Select User or Group box, type your username (or "Administrators" if you want the whole group to have access) and click Check Names to verify it's correct.
5. Click OK, then check the box that says "Replace owner on subcontainers and objects".
6. Click OK and let Windows work its magic.
After taking ownership, you might need to make sure permissions trickle down to everything inside.
Go back to the Advanced Security Settings window and look for a button or checkbox about "Enable inheritance" or "Replace all child object permission entries." Check that and apply.
This ensures every file and folder inside Documents and Settings inherits the new permissions you've set.
For those comfortable with the command line, this method is fast and effective.
1. Open Command Prompt as Administrator (right-click Start, select Windows Terminal (Admin) or Command Prompt (Admin)).
2. Then, use the takeown command to recursively take ownership of the folder and everything in it:
takeown /F "C:\Documents and Settings" /R /D Y
3. Use icacls to grant yourself full control:
icacls "C:\Documents and Settings" /grant YourUserName:F /T
The /T flag applies the permission to all subfolders.
Sometimes, your critical files are missing somehow. Check your backups and external hard drive, even the Recycle Bin. If not, you have to turn to a professional data recovery software, MyRecover, to help, which helps you to recover files easily from any complex situation, like accidental deletion, formatted drives, system crashes, virus attacks, and corrupted partitions, etc.
Here is a step-by-step guide to recover missing files on Windows 10/11 with MyRecover.
1. Please download and install MyRecover on a different drive than the one where your files were lost.
2. Open MyRecover. Tap Deleted Files Recovery, hover your mouse over the drive or partition where your files were originally located, and click the "Scan" button.
3. By default, it scans files using quick mode; you can also perform a deep scan after that. Preview the files you want, tick these files, and hit Recover.
4. Opt for a safe location to keep your deleted files.
Why do I see "Documents and Settings access denied" on Windows 10?
This folder is a junction point (a shortcut) that redirects to the current Users folder. Microsoft restricts access to protect system stability. Your actual files are in C:\Users[YourUsername].
Can I delete the Documents and Settings folder?
Absolutely not. Deleting system junctions can break older software and destabilize your system. The folder is just a pointer with virtually no space. Leave it alone and use the Users folder instead.
Why does "access denied" happen even when I'm the administrator?
Admin accounts don't automatically access everything. System junctions are deliberately locked down as a security feature. You can override by taking ownership, but proceed carefully.
What's the difference between Documents and Settings and the Users folder?
Documents and Settings was the user folder in Windows XP. Since Vista, Microsoft has used the Users folder instead. The old folder is now just a compatibility junction that redirects to Users.
How can I recover files if permission fixes don't work?
Use data recovery software like MyRecover. These tools scan drives directly, bypassing Windows permission checks to find and restore files from corrupted or inaccessible folders.
How do I access files from an old Windows XP hard drive on Windows 10?
Connect the old drive externally. Expect permission issues since old accounts don't match. Use takeown and icacls commands in an elevated Command Prompt to take ownership, or use recovery software like MyRecover to extract files without permission headaches.