How to Change Drive Icon In Windows 11

Learn how to change drive icons in Windows 11 using Registry Editor or Autorun.inf with simple, step-by-step instructions.

Tanishka J.
Windows Expert
3 min read
Add as a preferred
source on Google

All your drives look the same in File Explorer. It gets confusing when you’re switching between work files, backups, or USB drives. A custom drive icon makes it much easier to find the right one. Windows 11 doesn’t offer a direct setting for this, but you can still change drive icons in a few simple ways.

Default Drive icons
Default Drive icons

How to Change Drive Icon In Windows 11

Here are some of the simplest and easiest methods:

🛈 Disclaimer: Below shared methods involves making changes to registry. Making incorrect changes to registry can affect your system adversely. Create a System Restore point first, if you’re new to registry.

Method 1: Change The Icon For A Specific Drive

1. Press Windows + R, type regedit, and press Enter.

Press Win + R, type regedit, and press Enter to Change Drive Icon
Press Win + R, type regedit, and press Enter

2. Go to:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons

3. If DriveIcons doesn’t exist, right-click Explorer > New > Key and name it DriveIcons.

4. Right-click and create a new key with the drive letter (for example, D).

Right-click and create a new key with the drive letter (for example, D) to Change Drive Icon
Right-click and create a new key with the drive letter (for example, D)

5. Inside it, create another key named DefaultIcon.

Inside it, create another key named DefaultIcon
Inside it, create another key named DefaultIcon

6. Double-click (Default) and enter the full path to your .ico file, such as

C:\Icons\Drive.ico

7. Restart File Explorer or your PC.

Method 2: Use The Alternative Registry Method

1. Open Registry Editor using regedit command.

2. Browse to:

HKEY_CLASSES_ROOT\Applications\Explorer.exe\Drives
HKEY_CLASSES_ROOT\Applications\Explorer.exe\Drives
HKEY_CLASSES_ROOT\Applications\Explorer.exe\Drives

3. If Drives doesn’t exist, create it.

4. Create a new key using the drive letter.

5. Inside it, create a DefaultIcon key.

Inside it, create a DefaultIcon key
Inside it, create a DefaultIcon key

6. Open (Default) and enter the full path to your .ico file, example: C:\Icons\Drive.ico

7. Restart File Explorer to apply the change.

Method 3: Change The Default Icon For All Drives

1. Use regedit command to open Registry Editor. Go to:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons

2. Create the Shell Icons key if it’s missing.

Create the Shell Icons key if it's missing
Create the Shell Icons key if it’s missing

3. In the right pane, create an Expandable String Value named 8.

In the right pane, create an Expandable String Value named 8 to Change Drive Icon
In the right pane, create an Expandable String Value named 8

4. Set its value to the full path of your .ico file, example: C:\Icons\Drive.ico

5. Sign out of Windows and sign back in.

Modified or changed drive icons
Modified or changed drive icons

Method 4: Change The Icon Of A USB Drive

1. Copy a .ico file to the root of the USB drive.

2. Create an autorun.inf file containing:

[Autorun]
Icon=Drive.ico
Label=My USB Drive

3. Save the file in the root of the USB drive.

4. Safely remove and reconnect the USB drive to see the new icon.

🛈 Tip: Keep the icon file in its original location. If you move or delete it, Windows will restore the default drive icon.
Share this article
https://www.kapilarya.com/how-to-change-drive-icon-in-windows-11

Shareable URL

Article by

Tanishka J.
Windows Expert

Tanishka is an Technical Content Writer who simplifies tech topics into easy, reader-friendly content. She enjoys exploring new Windows features and sharing insights about them.

Leave a Comment

Your email address will not be published. Required fields are marked *