How to Access the User Folder on an Old Hard Drive [Windows 11 Guide]

To access old Windows User folder you need to take ownership first

Reading time icon 3 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

Key notes

  • If you want to access folders from another hard drive, you need full control permissions.
  • You can obtain permissions changing folder security properties or via command line.

Due to permissions, itโ€™s not always possible to access certain folders, and in todayโ€™s guide, weโ€™ll show you how to access the user folder on an old hard drive on Windows 11.

This process is simple, but it can take a while, sometimes even hours, depending on the size of your drive, so be extra patient and closely follow the instructions from this guide.

Why cannot I access user folder on old hard drive?

  • The ownership of the user folder belongs to a different PC, so you canโ€™t modify it.
  • In addition to ownership, you donโ€™t have any permissions over that folder.

How do I open user files on an old hard drive?

1. Take ownership of the folder and change permissions

  1. Locate the old Users directory, right-click it, and choose Properties.
  2. Navigate to the Security tab and click on Advanced.
    Security tab, and click Advanced - Error Code 2502 & 2503 on Windows 11
  3. Locate the Owner section and click on Change.
  4. Enter the name of your user account, click on Check names, and then click OK.
  5. Check Replace owner on subcontainers and objects.
  6. After that, click Apply and OK. Wait for the process to finish.

Now we need to change the permissions:

  1. Click the Advanced button again.
  2. Next, click on the Add button.
     
  3. Choose Select a principal.
  4. Enter your name, click Check names, and then OK.
  5. Set Applies to This folder, subfolders and files and check Full control.
  6. Save changes.
  7. Lastly, check Replace all child permission entries with inheritable permission entries from this object and click Apply and OK.
  8. Wait for the process to finish, it can take a few hours depending on the size of the folder.

2. Use the command line

  1. Press the Windows key + S and type cmd. Select Run as administrator.
     
  2. Run the following commands:
    takeown /F "D:\Users" /R /D Y

    icacls "D:\Users" /grant "WindowsReport:F" /T
  3. Wait for the process to finish. Keep in mind that both processes can take few minutes or hours to complete.

Where are user files stored in Windows 11?

On all versions of Windows, the users folder is located in the root directory in the same drive where your system is installed. On your PC, that is usually the C drive.

Accessing the user folder on an old hard drive requires certain privileges, and to obtain those, you need to take ownership in Windows 11 and get full permissions over the users folder.

Speaking of user folders, we also have a guide on how to change user folder name on Windows 11, which might come in handy to you.

What method do you use to access the Users folder? Share your tips with us in the comments section!

More about the topics: folder, Permission error, Windows 11 guides