How to hide (or unhide) files on Windows 11

Windows 11 hide files
Windows 11 hide files (Image credit: Future)

On Windows 11, even though you always lock access to your desktop and files behind your account name and password, you can always find reasons to hide files and folders. For instance, you created a program, and you want to protect the files by making them invisible to prevent users from accidentally deleting some of the files. Or you have specific documents or videos you want to make a little more private. 

Regardless of the situation, Windows 11 includes multiple ways to hide one or multiple files and folders using File Explorer or commands with PowerShell or Command Prompt.

This how-to guide will walk you through the steps to hide (and unhide) specific files and folders on Windows 11. 

How to hide files and folders from File Explorer on Windows 11

To hide files and folders on File Explorer, use these steps:

  1. Open File Explorer.
  2. Open the location with the content to hide.
  3. Right-click the item and select the Properties option.

(Image credit: Future)
  1. Check the Hidden option.

(Image credit: Future)
  1. Click the Apply button.
  2. Choose the "Apply changes to this folder, subfolders, and files" option to hide a folder with files and subfolders (if applicable).

(Image credit: Future)
  1. Click the OK button.
  2. Click the OK button again.

Once you complete the steps, the contents will remain hidden as long as you don't enable the show hidden option on File Explorer.

You can always access the hidden contents using the full path to the folder or file. Alternatively, on File Explorer, open the "View" menu, select the "Show" submenu, and check the "Hidden items" option.

Show files and folders 

To revert the change and show files and folders again, use these steps:

  1. Open File Explorer.
  2. Open the location with the contents to show.
  3. Right-click the item and select the Properties option.

(Image credit: Future)
  1. Clear the Hidden option.

(Image credit: Future)

  1. Click the Apply button.
  2. Choose the "Apply changes to this folder, subfolders, and files" option to hide a folder with files and subfolders (if applicable).
  3. Click the OK button.
  4. Click the OK button again.

After you complete the steps, the system will remove the hidden attribute from the files and folders, making them visible again.

How to hide files and folders from Command Prompt on Windows 11

To hide files and folders with Command Prompt or PowerShell, use these steps:

  1. Open Start.
  2. Search for Command Prompt (or PowerShell) and click the top result to open the app.
  3. Type the following command to navigate to the items you want to hide, and press Entercd c:/SECRET-FILES-LOCATION

In the command, update the path with the location to your files.

  1. Type the following command to hide a folder or file on Windows 11 and press Enterattrib +h "SECRET-FILES" 

(Image credit: Future)

In the command, replace "SECRET-FILES" with the name of your folder or file. Quotation marks are only necessary when there are spaces in the name.

Once you complete the steps, the hidden attribute will only apply to the folder. However, the files and subfolders inside the folder will still be visible to anyone who knows the path.

Hide subfolders

To hide a folder with files and subfolders, use these steps:

  1. Open Start.
  2. Search for Command Prompt (or PowerShell) and click the top result to open the app.
  3. Type the following command to navigate inside the hidden folder and press Entercd "SECRET-FILES-LOCATION"

In the command, replace "SECRET-FILES-LOCATION" with the name of your hidden folder.

  1. Type the following command to hide all files and folders inside the hidden folder and press Enterattrib +h /s /d

(Image credit: Future)

After you complete the steps, the command will apply the settings to the items, making them hidden.

Show files and folders

To show files and folders with Command Prompt or PowerShell, use these steps:

  1. Open Start.
  2. Search for Command Prompt (or PowerShell) and click the top result to open the app.
  3. Type the following command to navigate to the hidden items location and press Entercd "SECRET-FILES-LOCATION" 

In the command, update the path with the location of your files.

  1. Type the following command to make the items visible again and press Enter: attrib -h "SECRET-FILES" 

(Image credit: Future)

In the command, replace "SECRET-FILES" with the name of your folder or file. Quotation marks are only necessary when there are spaces in the name.

Once you complete the steps, the command will remove the hidden attributes, making them visible again on Windows 11.

Remove hidden attribute

To remove the hidden attribute for files and subfolders inside of a folder with commands on Windows 11, use these steps:

  1. Open Start.
  2. Search for Command Prompt (or PowerShell) and click the top result to open the app.
  3. Type the following command to navigate inside the hidden folder and press Enter: cd "SECRET-FILES" 

In the command, replace "SECRET-FILES" with the name of your hidden folder.

  1. Type the following command to remove the hidden attribute from all files and folders inside the folder and press Enterattrib -h /s /d

(Image credit: Future)

After you complete the steps, the command will remove the attribute from the files and subfolders in the path.

More resources

For more helpful articles, coverage, and answers to common questions about Windows 10 and Windows 11, visit the following resources:

Mauro Huculak

Mauro Huculak is technical writer for WindowsCentral.com. His primary focus is to write comprehensive how-tos to help users get the most out of Windows 10 and its many related technologies. He has an IT background with professional certifications from Microsoft, Cisco, and CompTIA, and he's a recognized member of the Microsoft MVP community.