The Windows operating system provides a feature through which users can hide files and folders on their system. Hiding a large sum of files will take much time and it is still a common process that every user knows about. If the user wants to hide a large number of files on a drive, then it’s better to completely hide the whole drive. Most of the users are unaware of hidden drives on the system, they will try to check hidden files and folders but not drives. In this article, we will show all the possible methods through which you can hide the drives in your File Explorer.

How to hide drives
Hiding Specific Drives in My Computer
There are several reasons that a user will want to hide a drive from other users. It can be due to personal data or part of parental controls. Most users are unaware of access drives other than double-click on the icon in the File Explorer. There are several methods through which you can hide specific drives on your system. This will not restrict the access of the drives, but only hide the icon from the file explorer. Users can still access the hidden drives by using any other possible method for accessing drives.
Method 1: Hiding Drives through the Disk Management
Disk Management is a Windows utility through which you can view and manage disk drives. It is used to set up new drives and extend or shrink the existing drives. It also provides options for changing drive letters. By removing the drive letter, you can hide the drive from File Explorer. However, the drive can still be accessed through other methods. You can also use the mount point option and making the folder a hidden item.
- Press the Windows + R keys together to open a Run dialog. Then type “ diskmgmt.msc ” in it and press the Enter key to open the Disk Management . Opening disk management
- Now right-click on the drive that you want to hide in file explorer and choose the “ Change Drive Letter and Paths ” option.
- Click on the Remove button to delete the drive letter. Removing letter for a drive
- For confirmation, click on the Yes button. This will remove the letter from the drive and it’ll not show in File Explorer anymore. Confirming the operation
- To Unhide the drive, go to the Change Drive Letter and Paths option again. Click on the Add button, select the drive for it and click the Ok button. This will bring back the drive to your File Explorer. Unhiding drive
Method 2: Hiding Drives through the Local Group Policy Editor
The Local Group Policy is a Windows feature that allows users to manage and configure the Windows operating system. This tool can be useful for both home users and network administrators. There are many settings in the Group Policy Editor that aren’t possible with Control Panel and Settings app.
If you are using the Windows Home Edition, then skip this method because the Local Group Policy Editor isn’t available in the Windows Home Editions.
Note : The Local Group Policy Editor setting will have limited options for drives to hide. Users cannot manually add the drive letter in this method to hide it.
- Press the Windows + R keys on your keyboard to open the Run dialog. Now type “ gpedit.msc ” and press the Enter key, it will open the Local Group Policy Editor . If User Account Control prompt appears, click on the Yes button. Opening Local Group Policy Editor
- In the User category of the Group Policy Editor, navigate to the following setting: User Configuration\Administrative Templates\Windows Components\File Explorer\ Opening the setting
- Double-click on the setting named “ Hide these specified drives in My Computer ” and it will open in another window. Now change the toggle option from the Not Configured to Enabled . Click on the drop-down menu and choose one of the listed options to hide the drives. Enabling the settings
- Click the Apply/Ok button to save the changes in your Group Policy Editor. Now the selected drives will be hidden from the My Computer (File Explorer).
- To Unhide the drives back again, simply change the toggle option in step 3 back to the Not Configured or Disabled option.
Method 3: Hiding Drives through the Registry Editor
The Windows Registry is a hierarchical database in the Windows operating system that stores low-level settings. Unlike the Group Policy Editor, the Registry Editor will not have all settings available by default. The users are required to create the missing key/value manually by themselves. It is always recommended to create a backup of the registry before making any changes because a wrong change can cause issues for the operating system.
Note : You can add the value in both the Current User (HKEY_CURRENT_USER) or All Users (HKEY_LOCAL_MACHINE). The path will be the same, but the hive will be different.
- Hold the Windows key and press R on your keyboard to open a Run dialog. In the Run box, type “ regedit ” and press the Enter key, it will open the Registry Editor . The UAC (User Account Control) prompt will appear, then choose the Yes option for it. Opening the Registry Editor
- In the User hive of the Registry Editor, navigate to the following key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
- In the Explorer key, right-click and choose New > DWORD (32-bit) Value option. Name the value as NoDrives and press the Enter key. Creating a new value
- Double-click on the NoDrives value, change the Value Data , and Base of the value to Decimal . Hiding C drive Note : In the screenshot, we are hiding the C drive.
- For the value data, you can use these decimal numbers as reference to hide specific drives: A : 1, B : 2, C : 4, D : 8, E : 16, F : 32, G : 64, H : 128, I : 256, J : 512, K : 1024, L : 2048, M : 4096, N : 8192, O : 16384, P : 32768, Q : 65536, R : 131072, S : 262144, T : 524288, U : 1048576, V : 2097152, W : 4194304, X : 8388608, Y : 16777216, Z : 33554432, ALL : 67108863.
- To add multiple drives in this value, you can get a sum of the values. Hiding the drive D and F will have a decimal value of 40 . Hiding D and F drives
- Once all the configurations are made in the Registry Editor, make sure to restart the computer to see the changes in your system.
- To Unhide the drives back, simply put the value data 0 or delete the value from the Registry Editor.
Method 4: Hiding Drives through the Command Prompt
The command prompt is the default command-line interpreter for the Windows operating system. It can be used to perform advanced administrative functions in the system. This method is similar to the disk management method and it also removes the drive letter. This method will require a few of the commands from the user to hide the drive from the file explorer.
- Search for CMD in the Windows search feature, right-click on it and choose Run as administrator . Click on the Yes button for UAC (User Account Control) prompt. Running Command Prompt as an Admin
- Type the command “ diskpart ” in CMD and press the Enter key.
- Now to list all volumes, type “ list volume ” and press the Enter key.
- Select the volume by typing “ select volume 6 ” in CMD. The volume number will be different for you depending on which drive you are hiding. Select volume in Diskpart
- Now type the command “ remove ” and press Enter to remove the letter from the drive. Removing letter from drive
- If you want to Unhide the drive, simply type the command “ assign ” after step 4 and it will bring back the drive. Assigning a letter to a drive
Method 5: Hiding Drives through the EaseUS Partition Master
Partition Manager is used by an administrator to create, delete, or resize partitions on your system. There are many third-party partition managers available on the internet. Every partition manager will have different features and reliability. In this method, we will be using the EaseUS Partition Master to demonstrate, but you can download any one of the partition managers you prefer.
- Open your browser and go to the EaseUS Partition Master page to download it. Install it on your system by following the provided instructions. Downloading EaseUS Partition Master
- Now open the EaseUS Partition Master , right-click on the drive that you want to hide, and choose the Hide option in the context menu. Click the Ok button in the confirmation dialog. Hiding drives through the EaseUS Partition Master
- Click on the Execute Operation button and then click on the Apply button to start the pending operation. Once the progress is completed the Drive letter will be removed and it will be hidden in the File Explorer. Executing the operating of hiding a drive
- To Unhide it, simply right-click on the Drive in the EaseUS Partition Master and choose the Unhide option. Then again follow the confirmation and execute steps to bring back the drive to your File Explorer with a Drive letter. Unhiding the drive through the EaseUS Partition Master
How to Fix “Printer is in an error state” Issue?
The “ Cannot change fingerprint or PIN ” problem in Windows 11 happens when the options to change these settings are greyed out in Settings → Accounts → Sign-in options. Even if you are the administrator, you can’t update your Windows Hello credentials. You might also see a message like “ This option is temporarily unavailable. ”

Can’t disable PIN or Fingerprint on Windows 11
This usually happens because Windows Hello’s stored data (in the Ngc folder) is damaged or not in sync. Other reasons include security rules set by your workplace or school, connected work accounts, or restrictions set in the registry or group policy.
Now that you’re aware of the potential causes, let’s go through some steps that have helped other users fix or work around this problem:
1. Change the PIN or Fingerprint the Conventional Way
If your goal is to remove the fingerprint or PIN without setting up another sign-in method, please note that this is not possible on Windows 11.
Windows 11 requires you to have at least one Sign-in option enabled. The Remove button will remain grayed out if you only have one active sign-in method.

Can’t disable PIN or Fingerprint on Windows 11
For example, the Remove button for your PIN will stay unavailable until you add a different sign-in option (like Facial Recognition, Fingerprint, or a Security Key).
If you want to stop using your PIN or Fingerprint, you’ll need to set up an additional way to sign in.
Below are step-by-step instructions to set up a new sign-in option and then remove your current one:
- Press Windows key + I to open the Settings menu in Windows 11.
- Inside the Settings menu, click on Accounts from the vertical menu on the left. Accessing the Accounts menu Note: If the left menu is hidden by default, click the menu button (top-left corner) to reveal it.
- Once in the Accounts menu, move to the right-hand section of the screen and select Sign-in options. Accessing the Sign In Options menu
- Now, choose which sign-in method you’d like to set as a fallback. Sign-in Options Note: Your available options depend on your device. If your PC doesn’t support facial recognition or you don’t have a security key, you can switch between PIN and fingerprint.
- After you pick your new sign-in method, follow the on-screen instructions to set it up.
- Once your second sign-in option is set, you’ll be able to click the Remove button to get rid of your previous sign-in method. You can also choose Change PIN or Change Fingerprint to update, rather than remove, your sign-in credentials. Modify the current PIN or remove one of the configured sign-in options
2. Remove PIN or Fingerprint Requirement by Using a Local Account
If you want to completely remove all sign-in options like PIN or Fingerprint, you will have to switch to a local account .
We generally don’t recommend this unless you really need to, as it can limit the functionality of some built-in Windows features (like Windows Update and the Microsoft Store).
If you still want to remove your PIN or Fingerprint sign-in, you’ll need to set up a local account with a password instead. Keep in mind, this means you’ll need to stop using your Microsoft account on your PC.
Important: This method isn’t available if you’re enrolled in the Windows Insider program.
To change from a Microsoft account with PIN or fingerprint to a local password, follow these steps:
- Press Windows + I to open the Settings menu in Windows 11.
- In the Settings menu, click on Accounts from the menu on the left. Accessing the Accounts menu Note: If you don’t see the left menu, click the menu icon (top-left corner).
- Inside Accounts , click on Family & other users on the right-hand side. Accessing the Family and other users tab
- In the Family & other users tab, check for any accounts listed under Other users. If you find any, remove them before moving on.
- Next, return to the main Accounts menu and click on Your info on the right. Accessing the Your Info tab
- Scroll down to Account Settings and click on Sign in with a local account instead . Sign in with a local account instead
- On the next screen, click Next .
- When prompted, enter your current PIN or use your fingerprint as requested. Inserting the PIN
- Then, you’ll be asked to create a username and password for your new local account, along with a password hint in case you forget. Configure the local account
- Finally, click Sign out and finish to complete the switch.