How to Change the Registered Owner Name in Windows 11, 10, and 7

·
4 min read

Help Desk Geek is reader-supported. We may earn a commission when you buy through links on our site. Learn more.

The name shown in Windows’ “About Windows” dialog (winver) is pulled from a registry value called RegisteredOwner, and if it still shows a previous owner’s name, a manufacturer placeholder, or something you just want to update, a single registry edit fixes it. This change is cosmetic only: it does not transfer the Windows license or affect your Microsoft account.

Before You Start: What “Registered Owner” Actually Means

The RegisteredOwner string is stored in the registry and displayed in the winver “About Windows” dialog. Changing it does not:

  • Transfer legal ownership of the Windows license
  • Change your Microsoft account or the digital license tied to your hardware
  • Rename your Windows user account or profile folder

If you bought a second-hand PC and want to properly set it up for yourself, the right move is Reset this PC (Settings → System → Recovery → Reset this PC) followed by signing in with your own Microsoft account. The registry edit below is a cosmetic tweak, useful for name changes, shared family PCs, or cleaning up a manufacturer-entered placeholder.

Step 1: Check the Current Registered Owner

  1. Press Windows + R to open the Run dialog.
  2. Type winver and press Enter.
  3. Look at the line that reads “This product is licensed under the Microsoft Software License Terms to:”, the name after that is your current registered owner.
Windows 11 About Windows (winver) dialog showing the registered owner name beneath the version information

Step 2: Change the Registered Owner via Registry Editor

⚠️ Registry warning: Editing the wrong registry key can cause Windows instability. Create a restore point or back up the registry before making any changes. Only edit the specific values listed below.

  1. Press Windows + R, type regedit, and press Enter. Approve the UAC prompt if it appears.
  2. Navigate to the following key:
    • Windows 10 / 11: Click the address bar at the top of Registry Editor, paste the path below, and press Enter:
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
    • Windows 7 / 8 / 8.1: Expand the folders manually: HKEY_LOCAL_MACHINE → SOFTWARE → Microsoft → Windows NT → CurrentVersion
Windows 11 Registry Editor open to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion with the RegisteredOwner and RegisteredOrganization values visible in the right pane
  1. In the right pane, double-click RegisteredOwner.
  2. In the Value data field, delete the existing name and type the new one you want.
  3. Click OK.
  4. (Optional) Double-click RegisteredOrganization and enter a company or family name, or leave it blank.
  5. Close Registry Editor.
Registry Editor "Edit String" dialog box with RegisteredOwner selected and a new name entered in the Value data field

Step 3: Verify the Change

  1. Press Windows + R, type winver, and press Enter.
  2. Confirm the new name appears after the licensed-to line.
Windows 11 About Windows (winver) dialog showing the updated registered owner name after editing the registry

If the name hasn’t changed, close and reopen winver, it can occasionally show cached text. If it still shows the old name, double-check that you edited the correct registry path and clicked OK (not Cancel) in the string editor.

If RegisteredOwner or RegisteredOrganization Is Missing

On some Windows installations, especially freshly reset or imaged machines, one or both values may not exist. You can create them manually:

  1. In Registry Editor, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion.
  2. Right-click an empty area in the right pane and select New → String Value.
  3. Name the new value exactly RegisteredOwner (or RegisteredOrganization).
  4. Double-click it and enter the name you want in Value data.
  5. Click OK.

Registered Owner vs. Your User Account Name

These are two different things, and it’s easy to mix them up:

What it isWhere it shows upHow to change it
RegisteredOwner (registry string)winver “About Windows” dialogRegistry edit (this article)
Local account display nameStart menu, sign-in screen, user profile folderControl Panel → User Accounts → Change your account name
Microsoft account display nameStart menu, sign-in screen, Microsoft 365 appsaccount.microsoft.com → Your info

Changing RegisteredOwner in the registry does not update your sign-in name, and renaming your user account does not update winver. They’re independent.

If You’re Setting Up a Second-Hand PC for a New Owner

Editing RegisteredOwner changes only the display string in winver, it does not transfer the Windows digital license or remove the previous owner’s Microsoft account from the machine. For a proper handoff:

  1. Go to Settings → System → Recovery (Windows 11) or Settings → Update & Security → Recovery (Windows 10).
  2. Select Reset this PC → Remove everything.
  3. Sign in with the new owner’s Microsoft account during setup.
  4. Optionally, edit RegisteredOwner afterward to match the new owner’s name.

Conclusion

The registry edit in Step 2 is all most people need, it takes under two minutes and the name in winver updates immediately. If you’re handing off a PC to someone else, pair it with a full Reset this PC so the new owner gets a clean slate, not just a cosmetic name change.