Fix Libraries are Hidden and Showing Up Empty in Windows 7

When you open Windows Explorer on your Windows 7 computer, the Libraries folder may be completely empty. Also, nothing may happen when you right-click the “Libraries” link in the navigation pane, and choose Restore default libraries.

This can happen if the library files are hidden inadvertently by the user. To restore/unhide the libraries, you need to remove the “hidden” attribute from each of the .library-ms files, located at the following directory:

%AppData%\Microsoft\Windows\Libraries

To do so, open a Command Prompt window (cmd.exe) and type the following command:

attrib -h "%AppData%\Microsoft\Windows\Libraries\*.library-ms"



Press Enter, logoff and login back to your user account. The libraries should now display correctly.

Note: If you had accidentally deleted one of the four default libraries (Documents, Music, Pictures, or Videos), you can restore it back by right-clicking Libraries (in the navigation pane) and then clicking Restore default libraries.


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time.

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a ten-time recipient of the Microsoft MVP award in Windows Desktop Experience (Windows Shell), from 2003 to 2012. Ramesh founded Winhelponline.com in 2005.

Leave a Comment