Easy Steps To Display Hidden Files on Windows 10

This article intends to teach you How To Display Hidden Files on Windows 10. Also, you will learn to Unhide Folders on Windows 10. A hidden file is a file that has the hidden attribute turned on so that it is not visible to users when exploring or listing files.

Hidden files are used for the storage of user preferences or the preservation of the state of utilities. They are created frequently by various system or application utilities. You can now proceed to the guide steps below on the Orcacore website to view hidden files on Windows 10.

Steps To Display Hidden Files on Windows 10

To complete this guide, you must log in to your Windows Client and follow the steps below.

Method 1. Show Hidden Files on Windows 10

You can easily view your hidden files from File Explorer. To do this, go to the View section and activate the Hidden Items checkbox.

Hidden Files on Windows

Alternatively, you can click File and then Change folder and search options.

Change folder and search options

This will open a Folder option for you. Click the View tab and enable the option to Show hidden files, folders, and drives. Then, click the Apply and OK buttons.

View hidden files

Method 2. View Hidden Files From CMD on Windows 10

If you are comfortable using the command line interface, you can easily open a command prompt shell and run the following command:

dir /a:h

This will display hidden files in the current directory. You can specify a path to view hidden files in a different folder, for example:

dir /a:h C:\Windows

The preceding command will show only the hidden files and folders. To view all files, run the dir command as follows:

dir /a C:\Windows

Also, you can refer to the Essential CMD Commands for more information about CMD.

How To Unhide Folders on Windows 10?

To unhide a folder, right-click the file or folder you want to unhide, and then click Properties. Clear the Hidden checkbox and click OK.

Unhide a folder on Windows

Unhide a Folder from CMD

You can also unhide folders using the ATTRIB CMD command. The following example shows how it works:

attrib -h "C:\ProgramData"

In the above example, we used ATTRIB to unhide a folder named ProgramData located in the C drive. Use the ATTRIB command with +h to hide files and folders from the command prompt.

Conclusion

At this point, you have learned to display, show, or view Hidden Files on Windows 10. Also, you will learn to Unhide Folders on Windows 10. Hidden files in Windows 10 are system or user files that are not visible by default to prevent accidental modification or deletion. They often include system configuration files, program data, and temporary files essential for system stability and operation.

Hope you enjoy it. Please subscribe to us on Facebook and YouTube.

You may be like these articles too:

How To Change RDP Port on Windows

Check Open Ports on Windows 10 and 11

Enable God Mode in Windows 11 and 10

FAQs

Why are some files hidden by default?

To prevent accidental deletion or modification of critical system files.

Can I hide my personal files on Windows?

Yes, right-click the file/folder → Properties → Check “Hidden.”

Will unhiding system files harm the PC?

It won’t harm your PC, but modifying or deleting them might cause system issues.

Are hidden files deleted permanently?

No, they are just invisible; you can unhide and restore them.

Share your love

Stay informed and not overwhelmed, subscribe now!