How to hide files and folders on Windows 10 and 11

These step-by-step tutorials will show you how to hide files and folders on Windows 10 and 11 and how to view and unhide hidden files and folders.


How to hide files and folders in Windows 10

  1. Open File Explorer.
  2. Go to the file or folder you want to hide.
  3. Right-click on the file or folder.
  4. Click on Properties.
    View folder properties in Windows 10
  5. In the next window, you check the checkbox next to the Hidden option.
  6. Click on Apply.
    Hide files in Windows 10
  7. If you're hiding a folder, select the Apply changes to this folder, subfolders, and files option in the next window.
    Confirm Attribute Changes window in Windows 10
  8. Click on OK.
  9. Click on OK to close the 'Properties' window.

This is an easy and fast way to hide files and folders, but it's not a good and secure way. Someone with basic computer knowledge can find the files and folders easily and quickly.

This method is okay for hiding files and folders for people with basic computer knowledge so that they hopefully don't find and delete or edit the files or folders.


How to view hidden files and folders in Windows 10

  1. Open File Explorer.
  2. Go to the location or folder of the hidden file or folder.
  3. Click on View located in the top menu of File Explorer.
    View tab in File Explorer in Windows 10
  4. Check the checkbox next to the Hidden items option.
    Hidden items option in File Explorer in Windows 10

You can now view hidden files and folders.


Unhide hidden files and folders using File Explorer

  1. Open File Explorer.
  2. Go to the location or folder of the hidden file or folder.
  3. Click on View located in the top menu of File Explorer.
    View tab in File Explorer in Windows 10
  4. Check the checkbox next to the Hidden items option.
    Hidden items option in File Explorer in Windows 10
  5. Right-click on the file or folder you want to unhide.
  6. Click on Properties.
    View properties of hidden files in Windows 10
  7. In the next window, you uncheck the checkbox next to the Hidden option.
  8. Click on Apply.
    Unhide hidden files in Windows 10
  9. If you're unhiding a folder, select the Apply changes to this folder, subfolders, and files option in the next window.
    Confirm Attribute Changes window in Windows 10
  10. Click on OK.
  11. Click on OK to close the 'Properties' window.

Hide files and folders using CMD

  1. Right-click on the Windows start menu button.
  2. Click on Command Prompt.
  3. In the Command Prompt window, you type the following command:
    
    attrib +s +h [full path to file or folder]
    
    
    For example:
    
    attrib +s +h C:\Users\MX\Documents\"Secret Files"
    
    
    
    attrib +s +h C:\Users\MX\Pictures\secret-picture.jpg
    
    
    
    attrib +s +h C:\Users\MX\Videos\"Secret Video.mp4"
    
    
    Hide files and folders in Windows 10 using CMD
  4. Press the Enter key on your keyboard.

The file or folder is now hidden.

File or folder is hidden in Windows 10 using CMD

This method is better than the first one because, with this method, Windows won't show the hidden file or folder even if File Explorer is set to display hidden files and folders.

But:

Someone can still view the hidden files or folders in File Explorer if they click on File > Change folder and search options > View > uncheck the Hide protected operating system files option.

Windows 10 Hide protected operating system files option

But this will show a warning message, and most people will probably freak out and not click Yes when the message appears.

Windows 10 Hide protected operating system files option warning

Unhide hidden files and folders using CMD

  1. Right-click on the Windows start menu button.
  2. Click on Command Prompt.
  3. In the Command Prompt window, you type the following command:
    
    attrib -s -h [full path to file or folder]
    
    
    For example:
    
    attrib -s -h C:\Users\MX\Documents\"Secret Files"
    
    
    
    attrib -s -h C:\Users\MX\Pictures\secret-picture.jpg
    
    
    
    attrib -s -h C:\Users\MX\Videos\"Secret Video.mp4"
    
    
    Unhide files and folders in Windows 10 using CMD
  4. Press the Enter key on your keyboard.

The difference between hiding and unhiding a file or folder with CMD is attrib +s +h and attrib -s -h.


How to hide files and folders in Windows 11

  1. Open File Explorer.
    Open Windows 11 File Explorer
  2. Go to the file or folder you want to hide.
  3. Right-click on the file or folder.
  4. Click on Properties.
    Open file or folder properties in Windows 11 File Explorer
  5. In the 'Properties' window, you check the checkbox next to the Hidden option.
    Hide a file or folder in Windows 11
  6. Click on Apply.
  7. If you're hiding a folder, select the Apply changes to this folder, subfolders, and files option in the next window.
    Hide a folder with subfolders and files in Windows 11
  8. Click on OK.
  9. Click on OK to close the 'Properties' window.

This is an easy and fast way to hide files and folders, but it's not a good and secure way. Someone with basic computer knowledge can find the files and folders easily and quickly.

This method is okay for hiding files and folders for people with basic computer knowledge so that they hopefully don't find and delete or edit the files or folders.


How to view hidden files and folders in Windows 11

  1. Open File Explorer.
    Open Windows 11 File Explorer
  2. Go to the location or folder of the hidden file or folder.
  3. Click on View located in the top menu of File Explorer.
  4. Go to Show.
  5. Click on Hidden items.
    View hidden files or folders in Windows 11

You can now view hidden files and folders.


How to unhide hidden files and folders in Windows 11

  1. Open File Explorer.
    Open Windows 11 File Explorer
  2. Go to the location or folder of the hidden file or folder.
  3. Click on View located in the top menu of File Explorer.
  4. Go to Show.
  5. Click on Hidden items.
    View hidden files or folders in Windows 11
  6. Right-click on the hidden file or folder.
  7. Click on Properties.
    Open hidden file or folder properties in Windows 11 File Explorer
  8. In the 'Properties' window, you uncheck the checkbox next to the Hidden option.
    Unhide a hidden file or folder in Windows 11
  9. Click on Apply.
  10. If you're unhiding a folder, select the Apply changes to this folder, subfolders, and files option in the next window.
    Unhide a folder with subfolders and files in Windows 11
  11. Click on OK.
  12. Click on OK to close the 'Properties' window.

Hide files and folders in Windows 11 using CMD (Terminal)

  1. Right-click on the Windows start menu button.
  2. Click on Terminal.
    Open Windows Terminal
  3. In the Terminal window, you type the following command:
    
    attrib +s +h [full path to file or folder]
    
    
    For example:
    
    attrib +s +h C:\Users\MX\Documents\"Secret Files"
    
    
    
    attrib +s +h C:\Users\MX\Pictures\secret-picture.jpg
    
    
    
    attrib +s +h C:\Users\MX\Videos\"Secret Video.mp4"
    
    
    Hide files and folders in Windows 11 using CMD
  4. Press the Enter key on your keyboard.

The file or folder is now hidden.

File or folder is hidden in Windows 11 using CMD

This method is better than the first one because, with this method, Windows won't show the hidden file or folder even if File Explorer is set to display hidden files and folders.

But:

Someone can still view the hidden files or folders in File Explorer if they click on the three-dot button in the top menu of File Explorer > Options > View > uncheck the Hide protected operating system files option.

Windows 11 Hide protected operating system files option

But this will show a warning message, and most people will probably freak out and not click Yes when the message appears.

Windows 11 Hide protected operating system files option warning

Unhide hidden files and folders in Windows 11 using CMD (Terminal)

  1. Right-click on the Windows start menu button.
  2. Click on Terminal.
    Open Windows Terminal
  3. In the Terminal window, you type the following command:
    
    attrib -s -h [full path to file or folder]
    
    
    For example:
    
    attrib -s -h C:\Users\MX\Documents\"Secret Files"
    
    
    
    attrib -s -h C:\Users\MX\Pictures\secret-picture.jpg
    
    
    
    attrib -s -h C:\Users\MX\Videos\"Secret Video.mp4"
    
    
    Unhide files and folders in Windows 11 using CMD
  4. Press the Enter key on your keyboard.

The difference between hiding and unhiding a file or folder with CMD is attrib +s +h and attrib -s -h.


Hide files and folders in audio files using DeepSound

DeepSound is a free program for hiding files and folders in audio files and easily extracting secret files or folders from audio files.

  1. Open DeepSound.
  2. Click on Open carrier files.
    DeepSound Open carrier files button
  3. In the next window, you go to the audio file you want to use to hide your secret data.
  4. Select the audio file.
  5. Click on Open.
    Select an Audio file in DeepSound
  6. Click on Add secret files.
    DeepSound Add secret files button
  7. In the next window, you go to the location on your computer where the files or folders are that you want to hide.
  8. Select the files or folders.
  9. Click on Open.
    Select files in DeepSound

At Free space for secret files, you can see how much data (in MB) you can hide in the audio file.

DeepSound Free space for secret files bar
  1. Click on Encode secret files.
    DeepSound Encode secret files button
  2. In the next window, you select an audio format at Output format.
  3. At Output directory, you can see and change the location on your computer where DeepSound will save the audio file.
  4. If you want to hide and protect your files or folder with a password, check the Encrypt secret files (AES 256) option. If not, skip this and the next step and continue with the last step.
  5. Type your password twice.
    DeepSound Encode secret files window
  6. Click on Encode secret files at the bottom of the 'Encode secret files' window.

DeepSound will now hide your files or folders in an audio file.

To extract your files or folders from the audio file; click on Open carrier files > select the audio file > click on Open > enter your password > click on OK > click on Extract secret files.


Windows


References:

https://www.windowscentral.com/how-hide-files-and-folders-windows-10

https://www.groovypost.com/howto/hide-files-and-folders-on-windows-11/

https://www.digitalcitizen.life/hide-files-folders-windows/

https://www.tomsguide.com/how-to/how-to-hide-folders-on-windows-11