Can You Rename a Device in Windows Device Manager?
In most cases, Device Manager does not provide a normal Rename command. You can right-click a device to update drivers, disable it, uninstall it, scan for hardware changes, or open properties, but Windows usually does not let you rename the device directly from the Device Manager interface.
Realtek USB GbE Family Controller because that is the driver or hardware description provided to Windows.
However, there are several ways to change what you see in Windows, depending on the device type:
Supported devices
Some printers, Bluetooth devices, phones, and vendor-managed hardware can be renamed through their own settings or companion apps.
Driver-based names
Many internal components use the name from the installed driver package and may return to the original name after a driver update.
Advanced registry method
For some devices, the visible label can be changed by editing the FriendlyName value in the Windows registry.
Why Device Manager Shows a Specific Device Name
Device Manager does not store a simple editable name for every device. The display name can come from several places, including the hardware identifier, the driver INF file, the device class, or a registry value created by Windows or the device driver.
| Name source | What it means | Can you change it? |
|---|---|---|
| Driver description | The name is supplied by the installed driver package. | Usually no. It may return after reinstalling or updating the driver. |
| Hardware descriptor | The device reports its own identification data to Windows. | Usually no. It depends on the device firmware. |
FriendlyName |
A registry value that may override the displayed name for some devices. | Sometimes, but this is an advanced method. |
| Windows device label | A name shown in Settings, Bluetooth, Printers, or Network Connections. | Often yes, but the change may not affect Device Manager. |
The key point is simple: renaming a device in Settings or in a vendor app does not always rename the same device inside Device Manager. Device Manager may continue to show the technical driver name.
Before You Try to Rename Hardware in Device Manager
Before editing anything, decide what you actually need to rename. If you only want a friendly label in Bluetooth, Printers, Network Connections, or the Start menu, use the normal Windows settings first. Use registry editing only when you specifically need the Device Manager display name to change.
Recommended checklist
- Sign in with an administrator account.
- Create a System Restore point before changing registry permissions.
- Write down the original device name exactly as shown in Device Manager.
- Copy the device instance path from Device Manager before opening Registry Editor.
- Avoid renaming storage controllers, system devices, security devices, and chipset components unless you have a clear reason.
Rename the Device in Vendor Software First
The safest method is to check whether the device manufacturer provides its own name field. This is common with printers, headphones, mice, keyboards, webcams, docking stations, and some gaming peripherals.
- Open the official app for the device, such as a printer utility, keyboard/mouse software, Bluetooth headphone app, or laptop vendor control center.
- Look for a section called Device name, Display name, Friendly name, Preferences, or Settings.
- Enter the new name and save the change.
- Disconnect and reconnect the device, or restart Windows.
- Open Device Manager and check whether the new label appears.
This method is the least risky because it uses the software designed for that device. If Device Manager still shows the old technical name, the driver probably does not expose the custom label to Device Manager.
Rename Supported Devices in Windows Settings
Some device categories have user-friendly names in Windows Settings. This does not guarantee that Device Manager will show the same name, but it is the correct method for everyday use.
Rename Bluetooth devices
- Open Settings.
- Go to Bluetooth & devices.
- Select the device if Windows shows a rename option or open the related device app.
- Change the display name, then reconnect the device.
Rename printers
- Open Settings → Bluetooth & devices → Printers & scanners.
- Select the printer.
- Open Printer properties.
- On the General tab, enter a new printer name.
- Click Apply and OK.
Change the Device Manager Name with the FriendlyName Registry Value
For some hardware, Device Manager reads a registry value called FriendlyName. If this value exists or can be created for the device instance, Windows may show the custom name in Device Manager.
Step 1: Copy the device instance path
- Right-click Start and select Device Manager.
- Find the device you want to rename.
- Right-click the device and select Properties.
- Open the Details tab.
- In the Property drop-down list, select Device instance path.
- Right-click the value and choose Copy.
Step 2: Open the matching registry key
- Press Win + R, type
regedit, and press Enter. - Confirm the UAC prompt if it appears.
- Go to this registry branch:
Registry pathHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum
Now follow the device instance path you copied. For example, if the device instance path starts with USB\VID_1234&PID_5678\ABCDEF, the matching registry location is usually:
ExampleHKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\VID_1234&PID_5678\ABCDEF
Step 3: Export the key before editing
- Right-click the device key.
- Select Export.
- Save the backup as a
.regfile.
Step 4: Edit or create FriendlyName
- Look for a string value named
FriendlyName. - If it exists, double-click it and enter the new name.
- If it does not exist, right-click an empty area and choose New → String Value.
- Name the value
FriendlyName. - Double-click it and enter the name you want Device Manager to show.
- Close Registry Editor.
- Restart Windows, or disable and re-enable the device in Device Manager.
Example valueFriendlyName = Office USB Wi-Fi Adapter
If Windows does not allow you to edit the key
The Enum branch is protected. Some device keys cannot be edited until you take ownership or grant permissions to the Administrators group. This is expected, but it also increases the risk of mistakes.
Enum branch.
Rename Network Adapters, Bluetooth Devices, and Printers Without Registry Editing
Some hardware categories have separate user-facing labels. These labels are often enough for daily work, even if Device Manager keeps the technical driver name.
Rename a network adapter connection
- Press Win + R.
- Type
ncpa.cpland press Enter. - Right-click the network adapter connection.
- Select Rename.
- Enter a clear name, such as Office Ethernet, USB LAN Adapter, or VPN Wi-Fi.
This changes the connection name used in Network Connections and related Windows network interfaces. Device Manager may still display the adapter by its driver name.
Rename a paired Bluetooth device
Bluetooth names depend heavily on the device and driver. If Windows does not show a rename option, remove the device, rename it in the manufacturer's app or on another platform if supported, then pair it with Windows again.
How to Restore the Original Device Manager Name
If the custom name causes confusion or does not work as expected, revert the change. The safest rollback method depends on how you renamed the device.
| Change method | How to undo it | Notes |
|---|---|---|
| Vendor app | Open the same app and restore the old name. | Usually safe and reversible. |
| Windows Settings | Rename the device again in Settings or remove and re-add it. | Useful for Bluetooth devices, printers, and network labels. |
Registry FriendlyName |
Delete the FriendlyName value or import your exported .reg backup. |
Restart Windows after reverting. |
| Driver reinstall | Uninstall the device and reinstall the correct driver. | This may remove the custom name automatically. |
Best Way to Rename a Device in Windows: Method Comparison
Use vendor software
Best for peripherals and devices that officially support custom names.
Low riskUse Settings
Best for printers, Bluetooth labels, and network connection names.
SafeEdit FriendlyName
Best only when you specifically need Device Manager to show a custom name.
Registry editCommon Problems When Renaming Devices in Device Manager
The name changed back after a reboot
The driver may overwrite the name during initialization. This is common when the device name is generated from the driver package or hardware descriptor.
The name changed back after a driver update
A driver update can replace registry values and rebuild device metadata. Rename the device again only if the custom name is still necessary.
The device stopped working after registry editing
Import your exported .reg backup, remove the custom FriendlyName value, or uninstall and reinstall the device driver.
Device Manager still shows the old name
Close and reopen Device Manager, restart Windows, or use Action → Scan for hardware changes. If the name still does not change, that device probably does not use the FriendlyName value for its display label.
FAQ: Renaming Devices in Windows Device Manager
QDoes Device Manager have a Rename option?⌄
QCan I rename a USB device in Device Manager?⌄
FriendlyName from the registry, while others always show the name provided by the driver or device firmware.QWill renaming a device improve performance or fix a driver problem?⌄
QIs it safe to edit FriendlyName in the registry?⌄
QWhy does Device Manager show a different name than Windows Settings?⌄
Final Recommendation: The Safest Way to Rename a Device in Windows
Best practice
Use Windows Settings or the manufacturer's official software first. Use the registry FriendlyName method only when you specifically need the Device Manager display name to change and you are prepared to restore the original registry key if something goes wrong.