5 Ways: Show Hidden or Unhide Files & Folders in Windows 11 PC!

How to Show Hidden or Unhide Files & Folders in Windows 11 PC?

When I connected my external SSD to transfer files from my PC, I noticed that the SSD was using up space, but when I opened it, there were no visible files. I tried ejecting the SSD and reconnecting it to my PC, but the SSD still showed space being consumed, even though I couldn’t see any files. I thought ejecting and reconnecting the SSD, similar to how we handle external USB drives, would fix the issue, but it didn’t. Later, I found that it wasn’t an issue with the SSD itself, some files were hidden, which was why space was being used. I found out that there are five methods available to show hidden or unhide files and folders on your Windows 11 PC.

Method 1: Unhide or Show Hidden Files & Folder using File Explorer:

Show hidden files using view tab in file explorer
Show hidden files using view tab in file explorer

This is the simplest and quickest method to display all the hidden files & folders on your pc.

Method 2: View Hidden Files & Folder using Folder Options:

This method is also the simplest method, and it is also similar to the above one, follow the below steps.

Choose the options from the (...) located in the tool bar
Choose the options from the (…) located in the toolbar
Folder Options Window
Folder Options Window
Enable Show Hidden Files Folders & Drives option
Enable Show Hidden Files Folders & Drives option
Enabling this will show hidden files, folders & drivers.
Enabling this will show hidden files, folders & drivers.

Method 3: Changing Hidden File & Folder to Show from its Properties:

Choose Properties option
Choose Properties option
Uncheck Hidden Option
Uncheck Hidden Option

Method 4a: Unhide Files or Folders using Command Prompt:

Open Command Prompt using Run as Administrator
Open Command Prompt using Run as Administrator

Note: For directories, you may need to use double quotes (“”) around the name & You may need to add extensions for files.

Executing Command to unhide directory
Executing Command to unhide directory
The Hidden files or folders will become unhide!
The Hidden files or folders will become unhide!

Method 4b: Unhide Bulk Files & Folders using Command Prompt:

  • To unhide multiple files in a directory using Command Prompt, navigate to the directory and use the following command:
    • attrib -h -s *.*
  • To unhide all folders in a directory, use this command:
    • attrib -h -s /d /s
CommandExplanation
*.*Applies the command to all files in the current directory.
-hRemoves the hidden attribute.
-sRemoves the system attribute, if present.
/sApplies the command to all subdirectories and files in the current directory.
/dApplies the command to folders as well as files.

Method 5: Change Hidden Files, Directories, Drives to Normal using PowerShell:

Opening PowerShell as Admin Mode
Opening PowerShell as Admin Mode

Note: For directories, you may need to use double quotes (“”) around the name & You may need to add extensions for files.

Executing PowerShell command unhides the directory.
Executing PowerShell command unhides the directory.
The Final output
The Final output

Method 5b: Unhide Bulk Files & Folders using PowerShell:

CommandExplanation
-FileTargets only files.
-RecurseApplies the command to all files in the current directory and subdirectories.
-DirectoryTargets folders only.
-RecurseApplies the command to all subdirectories.

Take Away:

If you’re struggling to locate files or folders on your external SSD that seem to be consuming space, it’s likely that these files are hidden. By using one of the five available methods to unhide files and folders on Windows 11, you can quickly identify and manage them. This guide will help you understand how to make hidden files visible. For more interesting articles, kindly visit WinSides.com

Read More:

Exit mobile version