How to Rename Hardware Items in Device Manager

Last Updated on April 22, 2026

Last Updated: April 2026

If you are the type who likes to troubleshoot their own computer problems then I’m sure you have used Device Manager at some point to check for hardware errors, revert drivers, update drives, remove hardware and so on.

While you were there, you might have noticed that some of the names used for your hardware were kind of generic and might have made things a little more difficult to find. Windows uses its own information for the hardware names and these names don’t always make things easy to recognize.

If you would like to change the display name of your hardware as its shown in Device Manager, you will not be able to do so via the Device Manager console itself. But that doesn’t mean it can’t be done! If you have ever used the Windows Registry Editor, then you know that it’s a commonly used tool to change many types of Windows settings and configuration options and can also be used to change Device Manager hardware names as well.

Why Rename Devices in Device Manager?

By default, Windows assigns display names to hardware based on the .INF driver file provided by the manufacturer. While functional, this becomes incredibly confusing if you utilize multiple identical peripherals.

For example, if you have two identical USB microphones, three generic “HID Keyboard Device” entries, or dual monitors of the same model, telling them apart is nearly impossible. Renaming these devices doesn’t just clean up your system interface; it ensures you are selecting the correct hardware in third-party productivity applications like OBS Studio, DAW (Digital Audio Workstation) software, or custom gaming overlays.

How to Rename Hardware Components in Windows Device Manager

Step 1: Find the registry key for your hardware

The first thing you will need to do is go into Device Manager and find the hardware item you wish to rename. Then you will right click on it and choose Properties.

Device Manager hardware properties
Right click your hardware device and choose Properties

Under the Property drop down list, find the option that says Driver key. You should then see a value in the box below. Right click on the text and choose Copy.

Device Manager driver key
Go to the Details tab and then Driver key

Important: Back Up Your Registry Hive First

Because we are modifying the HKEY_LOCAL_MACHINE\SYSTEM hive, it is critical to create a backup before making any changes. The Enum folder controls how Windows interacts with your physical hardware, so a mistake here can cause devices to stop working.

  1. Open the Registry Editor (regedit).
  2. Click on File > Export in the top menu.
  3. Choose a safe location on your computer, ensure the Export Range is set to “All”, and save the file as RegistryBackup.
  4. If a hardware item stops responding after your edit, you can simply double-click this backup file to restore the original driver pathways.

Step 2: Edit the registry for the hardware name

Next, you will need to open the registry editor by typing regedit in the search or run box and navigate to the following key. You can also copy and paste the path below into the address bar at the top of the registry editor and press enter to be taken there.

Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum

Now you will need to find the folder\key named Enum and right click it and choose Find. In the Find what box, paste in the Driver key value that you copied from Device Manager and click on Find next.

Registry Enum Key
Windows registry editor

Now you will need to find the value that says FriendlyName and double click it to open it. In the box that is labeled Value data, change the text to whatever you would like the hardware to be named in Device Manager and then click on OK. If you don’t have a value called FriendlyName, we will show you how to create that in the next section.

Registry FriendlyName key
FriendlyName string value

Back in Device Manager, click on the Action menu and then choose Scan for hardware changes to refresh the list. Now you should see your hardware device renamed to match the value you changed in the registry.

Rename Hardware Items in Device Manager
Device Manager audio section

Understanding DeviceDesc vs. FriendlyName

As you look through the Registry, you may notice another string value called DeviceDesc (Device Description).

  • DeviceDesc: This is the hard-coded hardware description provided by the manufacturer. Windows uses this for underlying system tasks. You should generally avoid changing this value.
  • FriendlyName: This is the “Alias” that Windows presents to you, the user, in the Device Manager UI and the taskbar.

By modifying or adding the FriendlyName string, we safely change the cosmetic label of the hardware without breaking the underlying plug-and-play driver connection.

Creating the missing FriendlyName string value

If you did not have a value called FriendlyName when you found your hardware key in the registry, you can easily create one so you can change the name for that particular device. In the next example, we will change the High Definition Audio Device in Device Manager to say SoundBlaster to match the name of the actual sound card that is installed in the computer.

Rename Sound Devices in Device Manager
Device Manager sound hardware

To do so, we will repeat the same process where we go to its properties and find the Driver key value and copy it and paste it in the search box in the registry at the Enum folder location. Now we see that there is not FriendlyName option here, so we need to create one.

Registry Hardware Key
Driver key value

To do so, right click in a blank area under the existing items and choose New and then String. Name the string value FriendlyName with capitol letters and no spaces.

Registry New String Value
Right click add a new string value

Now we can double click the new FriendlyName string value and change the Value data to say SoundBlaster.

FriendlyName String Value
Change the registry value

When we go back to Device Manager and perform another rescan, we will see that the hardware name has been updated to SoundBlaster.

Changed hardware name in Device Manager
New device name in Device Manager

Now you can see how easy it is to rename hardware items in Device Manager.

Device Manager Renaming FAQ

Will my custom name disappear if I update the driver?
Yes, it frequently will. When you perform a major Windows Update or install a fresh driver package from the manufacturer, Windows often re-enumerates the device and overwrites the Registry keys. You may need to repeat this process after a major driver update.

Does this change the name of my Bluetooth or Wi-Fi devices for other people?
No. The FriendlyName registry edit is strictly local. It only changes how the device appears on your specific computer. It does not change your network SSID or your public Bluetooth broadcasting name.

I get an “Access Denied” error when saving the registry key. How do I fix it?
The Enum registry key is heavily protected by the “System” account. If you cannot edit it, right-click the specific hardware folder in the left pane, select Permissions, click Advanced, and temporarily change the “Owner” at the top from System to your current Administrator account.

For additional training resources, check out our online IT training courses.

Check out our extensive IT book series.

Cindy Thomas

Cindy Thomas is a coder and web designer with 8years of experience in the computer industry.

Related Posts

© 2026 Online Computer Tips
Website by Anvil Zephyr