Access Denied

Hard Drive Access Denied for Different User Account

You log into a different Windows account and can't open your hard drive. This guide fixes the permissions problem step by step.

When This Error Happens

You've got two user accounts on the same Windows machine—maybe one for work, one for personal stuff. You log into the second account, open File Explorer, click on the D: drive (or your external drive), and instead of seeing your files you get an error: "You don't currently have permission to access this folder. Click Continue to get permanent access to this folder." You click Continue, it spins for a minute, then either gives you the same error or just shows an empty folder.

This usually triggers right after you set up a new user account, or after you've moved a drive from one PC to another. It also happens with external drives you've used on one computer and then plugged into a different one.

Why This Happens

Windows ties file permissions to specific user accounts using something called a Security Identifier (SID). Every user account has its own SID. When you format a drive, the root folder gets permissions assigned to the user who did the formatting. If you plug that drive into a different PC, or if you create a new account on the same PC, that new account's SID won't match the old one. Windows sees "this is a stranger" and blocks access.

This isn't a bug—it's by design. The idea is to keep your stuff private from other users. Problem is, when you're the same person just using a different login, it feels like the drive is holding your own files hostage.

The real fix is to give your new user account explicit permission to the drive. You do this by taking ownership of the drive and then granting full control to your account.

How to Fix It

These steps work for Windows 10 and Windows 11. You'll need an administrator account to do this—either the original account that can already access the drive, or any account with admin rights.

Step 1: Open the Drive's Properties

  1. Open File Explorer (press Win + E).
  2. Right-click on the drive that's giving you the error (for example, Local Disk (D:)).
  3. Select Properties from the context menu.

After you click, a new window opens with tabs like General, Tools, Hardware, and Sharing. You want the Security tab—if you don't see it, skip to the troubleshooting section at the end.

Step 2: Check Current Permissions

  1. In the Properties window, click the Security tab.
  2. Look at the list under "Group or user names." You'll see entries like SYSTEM, Administrators, and maybe your original user account. If your current account (the one getting the error) isn't listed, that's your problem.

Step 3: Take Ownership

Before you can change permissions, you need to make sure your account is the owner of the drive. If you're already the owner, skip to Step 4.

  1. Click the Advanced button near the bottom of the Security tab. A new window called "Advanced Security Settings" opens.
  2. At the top, next to "Owner," you'll see the current owner (probably your original account or SYSTEM). Click the Change link next to it.
  3. In the "Select User or Group" box, type your current Windows username (for example, John) and click Check Names. Windows underlines the name if it finds it. If it doesn't find it, type Administrators instead—that's a group that includes all admin accounts.
  4. Click OK.
  5. Check the box that says Replace owner on subcontainers and objects. This tells Windows to apply your ownership to every file and folder on the drive.
  6. Click Apply, then OK. Windows takes a moment—on a big drive with lots of files, it could take a few minutes.

After this, you should see the Security tab show your account as the owner. If you get an error at this point, it's usually because you didn't check the "Replace owner" box, or the drive is encrypted. If you're using BitLocker, you need to unlock the drive first.

Step 4: Grant Full Control to Your Account

  1. Back in the Properties > Security tab, click the Edit button.
  2. In the Permissions window, click Add.
  3. Type your username again (or Administrators), click Check Names, then OK.
  4. Your account now appears in the list. Select it, and in the "Permissions for [username]" box, check Full Control under the Allow column.
  5. Click Apply, then OK.

Close the Properties window. Now try opening the drive from File Explorer. You should see your files without any error.

Step 5: Test It

  1. Double-click the drive in File Explorer. If files show up, you're done.
  2. Try creating a new folder or editing a file. If that works too, permissions are fully set.

If It Still Fails

Here are the three most common things that trip people up:

  • The drive is encrypted. If you're using BitLocker or a third-party encryption tool like VeraCrypt, you need to unlock the drive with the password or recovery key before you can change permissions. Right-click the drive in File Explorer and select "Manage BitLocker" or open the encryption software.
  • You're not an administrator. Only admin accounts can change ownership and permissions. If your current account is a standard user, log into the other admin account you already have, or ask an admin to run these steps for you.
  • You don't see the Security tab. If the Properties window only shows General, Tools, Hardware, Sharing, and Customize, the drive is formatted as FAT32 or exFAT. These file systems don't support Windows permissions. The only fix here is to copy the files to an NTFS-formatted drive. You can convert the drive to NTFS without losing data by running convert D: /fs:ntfs in an admin Command Prompt, but that's a one-way operation and can take hours on a large drive.

If you've done all this and still can't get in, the drive itself might be failing. Check the drive's health with chkdsk D: /f in an admin Command Prompt, or look at the SMART data in a tool like CrystalDiskInfo.

Related Errors in Hardware – Hard Drives
0XC00D001C Fix 0xC00D001C: Invalid name syntax on hard drives Drive Letter Missing After Reboot – Fixed Fast Cloud Backup Says Quota Exceeded – But You Haven't Added Files 0XC00D11D1 NS_E_WMP_BAD_DRIVER (0xC00D11D1): The Real Fix for a Dead DVD Drive

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.