How to Unhide Hidden Folders in Windows 10 and Windows 11

Editorial Team ︱ July 13, 2026

Hidden folders in Windows 10 and Windows 11 are a bit like locked drawers in a familiar room: most of the time you do not need them, but when you do, knowing where to look can save you a lot of frustration. Windows hides certain folders to protect system files, reduce clutter, and prevent accidental changes. However, if you are troubleshooting an app, recovering files, cleaning up storage, or looking for folders such as AppData or ProgramData, you may need to reveal them safely.

TLDR: To unhide hidden folders in Windows 10 or Windows 11, open File Explorer, go to the View options, and enable Hidden items. For more control, use Folder Options and select Show hidden files, folders, and drives. If a folder is still hidden, you may need to remove the hidden attribute using the Command Prompt. Be careful with protected system files, because editing or deleting them can affect Windows stability.

Why Windows Hides Folders in the First Place

Windows hides folders for two main reasons: organization and protection. Some folders contain settings, cached data, user profiles, or operating system files that are not useful in everyday browsing. If these folders were always visible, File Explorer would be more crowded and less friendly.

For example, the AppData folder stores application settings and temporary files for each user account. Many programs rely on it, but casual users rarely need to open it. Likewise, folders tied to Windows updates, recovery, drivers, and system configuration are hidden to reduce the chance of accidental damage.

That said, hidden does not mean forbidden. Windows gives you several ways to view and unhide these folders when you need access.

Method 1: Show Hidden Folders in File Explorer

The quickest way to reveal hidden folders is through File Explorer. This method is simple and works well when you only need temporary access.

In Windows 11

  1. Open File Explorer.
  2. Click View in the top menu.
  3. Hover over Show.
  4. Select Hidden items.

Once enabled, hidden folders will appear in File Explorer. They usually look slightly faded or transparent, which helps distinguish them from normal folders.

In Windows 10

  1. Open File Explorer.
  2. Click the View tab on the ribbon.
  3. In the Show/hide section, check the box labeled Hidden items.

This instantly makes hidden folders visible. If you are looking for AppData, open your user folder by going to:

C:\Users\YourUsername

You should now see the AppData folder inside it.

Method 2: Use Folder Options for More Control

If you want a more detailed setting panel, use Folder Options. This is especially useful if you want Windows to show hidden files, folders, and drives consistently.

Windows 10 and Windows 11 Steps

  1. Open File Explorer.
  2. Click the three dots menu in Windows 11, or the View tab in Windows 10.
  3. Select Options or Change folder and search options.
  4. In the window that opens, click the View tab.
  5. Under Advanced settings, find Hidden files and folders.
  6. Select Show hidden files, folders, and drives.
  7. Click Apply, then OK.

This setting makes hidden folders visible across File Explorer. It is one of the most reliable ways to reveal hidden folders without using advanced tools.

What About Protected Operating System Files?

There is another category of hidden items called protected operating system files. These are more sensitive than ordinary hidden folders. Windows keeps them hidden even when you enable Hidden items.

To show them:

  1. Open Folder Options.
  2. Go to the View tab.
  3. Uncheck Hide protected operating system files.
  4. Read the warning carefully.
  5. Click Yes if you are sure, then click Apply.

Important: Only do this if you have a specific reason. Protected files are hidden because changing them can cause errors, boot problems, or application failures. If you enable this setting, it is wise to turn it back off when you are finished.

Method 3: Unhide a Folder Permanently with Properties

Showing hidden folders makes them visible, but it does not remove the hidden status from the folder itself. If you want a folder to behave like a normal visible folder, you can change its properties.

  1. Right-click the hidden folder.
  2. Select Properties.
  3. Under the General tab, look for Attributes.
  4. Uncheck Hidden.
  5. Click Apply.
  6. If asked, choose whether to apply the change to the folder only or to all subfolders and files.
  7. Click OK.

This is a good option for personal folders that were hidden accidentally. However, avoid removing the hidden attribute from system folders unless you know exactly why you are doing it.

Method 4: Use Command Prompt to Remove the Hidden Attribute

Sometimes a folder stays hidden because of file attributes that are not easily changed through File Explorer. In that case, the Command Prompt can help.

First, open Command Prompt:

  1. Press Windows + S.
  2. Type cmd.
  3. Choose Run as administrator if the folder is in a protected location.

To unhide a folder, use this command:

attrib -h "C:\Path\To\Folder"

For example:

attrib -h "C:\Users\Alex\Documents\Project"

If the folder and its contents are hidden, use:

attrib -h -s "C:\Path\To\Folder" /s /d

Here is what those parts mean:

  • -h removes the hidden attribute.
  • -s removes the system attribute, if present.
  • /s applies the command to matching files in subfolders.
  • /d applies the command to folders as well as files.

Be cautious with the -s option. It can affect folders marked as system folders, so use it only when necessary.

Image not found in postmeta

Common Hidden Folders You Might Be Looking For

Here are a few folders Windows users often need to reveal:

  • AppData: Stores user-specific app data, settings, caches, and profiles.
  • ProgramData: Stores application data shared by all users on the computer.
  • $Recycle.Bin: Contains Recycle Bin data for drives.
  • System Volume Information: Used by Windows for restore points and indexing.
  • Default: A user profile template folder used when creating new accounts.

For most everyday tasks, AppData and ProgramData are the most relevant. If a software support guide tells you to delete a configuration file, reset an app profile, or copy a saved setting, it may point you to one of these locations.

How to Hide Folders Again

After you finish your task, you may want to hide folders again to keep File Explorer clean and reduce the chance of accidental changes.

To stop showing hidden folders:

  1. Open File Explorer.
  2. Go to View.
  3. In Windows 11, select Show and uncheck Hidden items.
  4. In Windows 10, uncheck Hidden items in the ribbon.

To hide a specific folder again, right-click it, open Properties, check Hidden, and click Apply.

Troubleshooting: Hidden Folders Still Not Showing

If hidden folders still do not appear, try these checks:

  • Refresh File Explorer: Press F5 or close and reopen the window.
  • Check Folder Options: Make sure Show hidden files, folders, and drives is selected.
  • Search the exact path: Type the folder path directly into the File Explorer address bar.
  • Check permissions: Some folders require administrator access.
  • Scan for malware: Malware can sometimes hide folders or change attributes.

If a folder disappeared after using an external drive or USB device, it may have been hidden by a virus or corrupted file attribute. In that situation, the attrib command is often the best fix, but it is also smart to run a security scan before copying files back to your PC.

Final Thoughts

Unhiding folders in Windows 10 and Windows 11 is usually simple: turn on Hidden items, open Folder Options, or remove the hidden attribute from a folder. The key is understanding the difference between viewing hidden folders and permanently unhiding them. View settings let you peek behind the curtain, while attributes change how the folder behaves.

When working with personal folders, feel free to adjust visibility as needed. When dealing with system folders, move carefully, make backups when appropriate, and avoid deleting anything unless you are sure what it does. Hidden folders are not mysterious once you know where the controls are—they are simply Windows’ way of keeping important things out of the way until you need them.