Access Denied Location Is Not Available usually means Windows cannot reach the folder or drive, often due to permissions or file system errors.
Your files are still there somewhere, yet Windows throws a stubborn message and refuses to open a folder, drive, or even your desktop. That mix of “Location is not available” and “Access is denied” feels scary, especially if the storage holds work projects, photos, or client data. The good news: in many cases this error comes from permissions, path problems, or a damaged file system, and each of those has clear fixes you can try at home.
This article walks through what the message means, the most common situations where it appears, and step-by-step ways to repair permissions, drives, and paths in Windows 10 and Windows 11. You will see where it is safe to click, when you should slow down and protect your data first, and what to try before reaching for paid tools or a full reinstall.
What This Windows Error Message Really Means
When Windows shows a dialog such as “Location is not available. X:\ is not accessible. Access is denied”, it is telling you one of two things. Either the location itself is out of reach, or Windows thinks your account does not have the rights to open it. In some cases, both happen at once, especially with external drives that were moved between computers or user accounts.
The phrase access denied location is not available can appear with extra lines like “The parameter is incorrect”, “The volume does not contain a recognized file system”, or “The file or directory is corrupted and unreadable”. Each extra line points to a slightly different cause: permissions, damaged file system, unplugged drive, or a path that no longer exists.
On modern versions of Windows, this message shows up most often when you open a USB drive, a second internal disk, a moved user folder such as Desktop or Documents, or a shared folder on another machine. It can follow a system crash, a forced shutdown, a Windows update, or a period of heavy disk use. You do not have to guess which cause fits your case; the table below helps narrow it down before you change anything.
| Error Text Snippet | Likely Cause | First Fix To Try |
|---|---|---|
| “Access is denied” | Folder or drive permissions no longer match your user | Grant full control or take ownership of the item |
| “The volume does not contain a recognized file system” | File system turned RAW or is badly damaged | Run CHKDSK, then consider data recovery tools |
| “The parameter is incorrect” | Unsafe removal, bad sectors, or USB issues | Check cables, ports, then scan the disk for errors |
| “Desktop is unavailable” or blank desktop | Desktop path changed, profile issue, or Windows update glitch | Reset desktop location and profile defaults |
Access Denied Location Is Not Available Error Causes And Fixes
Most cases fall into a short set of patterns. Knowing which one you are dealing with saves time and reduces the risk of extra damage. Windows support articles and repair tools group this error into a few main buckets: permissions problems, path changes, file system corruption, driver issues, and profile glitches.
Here are the broad causes that sit behind the access denied location is not available message:
- Broken Or Moved Path — The folder or drive letter you are opening no longer matches a real location, often because the drive was removed, the letter changed, or the folder was deleted.
- Permissions No Longer Match — Your user account lost rights to the folder or drive due to a reset, change of ownership, or access control list (ACL) corruption.
- File System Damage — Power loss, unsafe removal, or disk wear turned part of the drive into RAW space or created bad sectors that block reads.
- Profile Or Desktop Glitches — Windows signs you into a temporary profile or points Desktop and Documents to a missing path, then shows the error when it cannot load those folders.
Each of the next sections lines up specific fixes with those causes. Start with quick checks that do not change data, then move on to permission resets and disk repairs once you have a backup plan in place.
Access Denied Location Not Available On Windows 10 And 11
Windows 10 and Windows 11 show this family of errors in very similar ways, but the screens and menus can look slightly different. On both systems you may see the message when opening This PC, clicking a user folder, or double-clicking a drive in File Explorer. Guides from Microsoft partners and Windows sites confirm that the underlying reasons and fixes match across both versions.
On laptops and desktops with multiple users, the error often appears after a system upgrade or when someone changed folder ownership in an attempt to clean up old accounts. On machines with external storage, it often follows a hot-unplugged USB drive or a sudden power cut during a large copy job. On newer Windows 11 builds, aggressive security tools can also lock down folders until you grant extra permissions.
The repair steps below mention both versions. Where menu paths differ, you can tap the search box on the taskbar and type the panel name, such as Control Panel or Disk Management, then open it from results. This approach stays the same on both releases and saves you from hunting through changing layouts.
Quick Checks Before You Change Anything
Before you alter permissions or run disk tools, give Windows a chance to solve the easiest version of the problem. These checks are simple, safe, and surprisingly effective, especially when the error appears right after a crash or after plugging in a device.
- Reboot The Pc — A restart resets File Explorer, clears stuck handles, and reloads user tokens that control access. Many reports of the error on support forums disappear after one clean reboot.
- Check Cables And Ports — For external drives, unplug the cable, wait a few seconds, plug it into a different USB port, and avoid hubs while testing. Swap the cable if you have a spare, since worn leads often cause intermittent “location is not available” messages.
- Try Another Pc — If an external drive opens fine on a second computer, your original system likely has a permissions or software issue, not a failed disk. That steers you toward ownership fixes rather than physical repair.
- Confirm The Path — In File Explorer, look at the address bar for the folder you are trying to open. If the path points to a network share, offline location, or a user folder under an old profile, the target may truly no longer exist.
If these short checks do not clear the warning, the location either has broken permissions or real damage. The next sections walk through both, starting with access rights, since they are easier to reverse.
Fix Permissions And Ownership For Locked Folders
When the message includes “Access is denied” but the drive itself looks healthy in Disk Management, permissions usually sit at the center of the problem. Windows security features track which account owns a folder and which groups can read or write it. If those entries point to a different user, or if they became scrambled, your current login gets blocked.
Give Your Account Full Control
- Open Properties — Right-click the folder or drive in File Explorer and choose Properties, then open the Security tab.
- Edit Permissions — Click Edit, select your user name or the Users group, and tick Full control under Allow if it is not already selected.
- Apply To Subfolders — Press Apply and then OK. If prompted, let Windows replace permissions on child folders so the change flows through the tree.
If your account does not appear in the list, or if Windows tells you that you do not have permission to view or change settings, ownership likely sits with another account or with a broken security identifier.
Take Ownership Of The Folder Or Drive
- Open Advanced Security Settings — In the same Security tab, click Advanced to open detailed controls.
- Change Owner — At the top, click the Change link next to the listed owner, enter your user name, and press Check Names so Windows verifies it.
- Replace Owner On Subcontainers — Tick the box that replaces owner on subcontainers and objects, then confirm. This pushes your ownership down through the folder tree.
Once you own the folder, repeat the “Full control” steps. In most cases this resolves access errors on healthy drives, even when a previous user or an old Windows install created the files.
Reset Permissions With Command Prompt
When permissions are deeply tangled, graphical tools sometimes refuse to save changes. A command line reset can clear the slate and assign access rights again.
- Run Command Prompt As Admin — Press Win + X, choose Windows Terminal (Admin) or Command Prompt (Admin), and accept the UAC prompt.
- Run ICACLS Reset — Type a command such as
icacls "D:\Folder" /reset /t /cand press Enter. Replace the path with your blocked folder. - Grant Your User Rights — Follow up with
icacls "D:\Folder" /grant YourUser:F /tto give your account full control across all items.
This approach can rescue folders that show strange permission entries after a crash or manual edits. If even these commands fail, turn your attention to the health of the drive itself.
Repair Drives And Paths When The Location Is Broken
When the dialog mentions a missing file system, an incorrect parameter, or a corrupted directory, changing permissions will not help. In that situation the storage device or path needs repair. Windows and several well known recovery tools provide safe ways to test and fix common disk problems before data loss becomes permanent.
Check Disk Health With CHKDSK
- Open An Elevated Prompt — Again start Command Prompt or Windows Terminal as administrator.
- Run A Scan — Enter
chkdsk X: /f /r, replacing X with the letter of the affected drive, then press Enter. - Let The Scan Finish — If it is a system drive, schedule the check at next restart and let Windows run through the full scan without interruption.
This tool looks for logical and physical errors, marks bad sectors, and tries to move readable data away from damaged spots. On slightly damaged drives that still spin up and stay connected, this alone can restore access.
Repair Or Recreate The Path
- Confirm Drive Letter — Open Disk Management, find the disk in the list, and check that the expected letter matches what File Explorer shows.
- Assign A New Letter — If the letter is missing or conflicts with mapped network drives, right-click the volume, choose Change Drive Letter And Paths, and assign a fresh letter.
- Fix Moved User Folders — For Desktop or Documents issues, open their Properties, visit the Location tab, and press Restore Default so Windows points them back to the standard path.
Network shares need similar attention. If the path used to point to another computer, confirm that machine is powered on, connected to the same network, and still sharing the folder under the same name.
Use Data Recovery Tools When Windows Cannot Read The Drive
When CHKDSK reports heavy damage, or when the drive shows as RAW with no file system, professional data recovery utilities can copy files off the disk before full failure. Several vendors with long track records in the storage space publish tools that scan damaged partitions and restore data to a separate healthy drive.
Always recover to a different disk so you do not overwrite the only copy of your files. After recovery, you can fully reformat the damaged drive and test it with noncritical data first.
Keep Your Files Safe While You Troubleshoot
When the access error sits between you and irreplaceable data, repair steps need to stay as gentle as possible. Most permission fixes are safe, since they do not move or rewrite file contents. Disk repairs carry more risk, especially when the drive already shows signs of physical wear such as clicks, long delays, or frequent disconnects.
- Back Up What Still Opens — If you can still read some folders on the problem drive, copy them to another internal disk, a USB backup drive, or a cloud folder before trying deeper fixes.
- Avoid Heavy Writes — Do not install programs or create large new files on a failing drive. Each write cycle can push weak sectors closer to full failure.
- Watch For Physical Symptoms — Repeated clicking, grinding, or complete disappearances from Disk Management point toward hardware failure, where a specialist recovery lab may be the safer path.
- Set Up Regular Backups — Once you have access again, turn on File History or a trusted backup tool so the next surprise error stays annoying rather than scary.
By working through quick checks, permission fixes, and drive repairs in that order, you stack the odds in your favor. Many “Location is not available” messages clear up after a simple rights reset or cable swap. Others require patient disk scans and recovery tools, yet still end with your files safe on fresh storage and Windows opening them without complaint again.
