How to Change Registered Owner Name in Windows 11: Step-by-Step Guide

When you install Windows 11 or buy a prebuilt PC, the system automatically assigns a registered owner name — often your Microsoft account name, the manufacturer’s name, or even something generic like “User” or “Admin.”

While it might seem trivial, this registered owner name can appear in various system areas — such as About your PC, Registry settings, or software license info. If you want your PC to reflect your identity or business name, knowing how to change the registered owner name in Windows 11 can make your system feel truly yours.

In this comprehensive guide, we’ll walk you through several easy methods to change the registered owner name, explain what it affects, and share tips to do it safely without damaging your Windows configuration.

What Is the Registered Owner Name in Windows 11?

The Registered Owner Name is a system-level identifier stored in the Windows Registry that specifies the name of the individual or organization that “owns” the Windows installation.

It was more visible in older versions of Windows (like Windows XP and Windows 7), but even in Windows 11, certain software programs and system utilities still display it in license dialogs or about windows.

📌 In short:

  • It’s not your Microsoft account name.

  • It’s not your PC’s user name.

  • It’s simply a registry entry identifying who Windows is registered to.


Why You Might Want to Change It

You might want to update your registered owner name for several reasons:

  • 🧍 The name shows as “Admin”, “User”, or “OEM” — and you want it personalized.

  • 🏢 You’re repurposing or selling your computer and want to reflect new ownership.

  • 💼 You’re using a work PC and want to register it under your company name.

  • 🧹 You just did a fresh Windows 11 installation and want clean system details.

Changing it is quick, safe, and doesn’t affect your user accounts or files — it simply updates system metadata.


Where You Can See the Registered Owner Name

The registered owner name appears in several places:

Location Path or Method
System Information Window Run → winver
Registry Editor HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
About Windows Dialog Press Windows + R, type winver, press Enter
Some Installed Apps In “About” or “License” sections

Check Your Current Registered Owner Name

Before you change anything, it’s a good idea to check what your system currently lists.

✅ Method 1: Using “winver”

  1. Press Windows + R to open the Run dialog.

  2. Type winver and press Enter.

  3. A small window will open showing:

    “Microsoft Windows
    © 2025 Microsoft Corporation.
    Licensed to: [Your Name]”

The name after “Licensed to” is your registered owner.

✅ Method 2: Using the Registry

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

  2. Navigate to:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
  3. Look for the entries:

    • RegisteredOwner

    • RegisteredOrganization

These values show your current registered owner and organization name.


How to Change Registered Owner Name in Windows 11 (4 Methods)

You can update the registered owner name using the Registry Editor, Command Prompt, PowerShell, or optional third-party utilities.

Let’s go through each step-by-step.


🧩 Method 1: Change Registered Owner via Registry Editor

This is the most direct and reliable way to change the registered owner name.

⚠️ Important:

Editing the Registry can affect system settings. Always back it up first:

  • Open Registry Editor

  • Click File → Export → Save Backup

Steps:

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

  2. Navigate to:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
  3. In the right pane, locate:

    • RegisteredOwner

    • RegisteredOrganization

  4. Double-click RegisteredOwner.

  5. In the Value data field, type your preferred name (e.g., John Doe or TechWorld).

  6. Click OK.

  7. Optionally, change RegisteredOrganization the same way.

  8. Close Registry Editor and restart your computer.

Now your system will show the updated name.


⚙️ Method 2: Change Registered Owner Using Command Prompt

If you prefer command-line methods, Command Prompt can modify registry values directly.

Steps:

  1. Open Command Prompt as Administrator:

    • Press Windows + X → select Windows Terminal (Admin) or Command Prompt (Admin).

  2. Run the following commands (replace the names with your own):

    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v RegisteredOwner /t REG_SZ /d "Your Name" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v RegisteredOrganization /t REG_SZ /d "Your Organization" /f
  3. Press Enter after each command.

  4. You’ll see “The operation completed successfully.”

  5. Restart your PC to apply the change.

Verification: Run winver again — your new name will appear under “Licensed to.”


💻 Method 3: Change Registered Owner Using PowerShell

PowerShell offers a more modern scripting approach — great for automating the process.

Steps:

  1. Open PowerShell as Administrator:

    • Right-click Start → choose Windows PowerShell (Admin).

  2. Run these commands (edit the names accordingly):

    Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" -Name "RegisteredOwner" -Value "Your Name"
    Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" -Name "RegisteredOrganization" -Value "Your Organization"
  3. Press Enter.

  4. PowerShell will silently apply the change.

  5. Restart your PC and run winver to confirm.


🧰 Method 4: Change Registered Owner via Third-Party Tools (Optional)

If you prefer a graphical tool and want to avoid manual registry edits, third-party utilities can help.

Popular options:

  • Winaero Tweaker

  • Advanced System Tweaker

  • O&O ShutUp10++

Using Winaero Tweaker, for example:

  1. Download and install Winaero Tweaker from the official site.

  2. Open the app → Navigate to Information → Registered Owner.

  3. Enter your new owner and organization name.

  4. Click Apply Changes → Restart PC.

These tools simplify registry changes but always download them from official sources only to avoid malware.


How to Verify the New Owner Name

After changing the name using any method, confirm it worked correctly.

✅ Option 1: Check via “winver”

  • Press Windows + R → type winver → press Enter.

  • The updated name should appear under “Licensed to.”

✅ Option 2: Check via Registry

  • Open regedit → navigate to:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
  • Confirm the RegisteredOwner and RegisteredOrganization values reflect your edits.


Does Changing the Registered Owner Affect Licensing?

No — changing the registered owner name does not affect your Windows license or activation.

It’s purely a cosmetic and informational field.
Your Windows product key, digital license, and Microsoft account remain untouched.

You can safely modify this without risking activation issues or data loss.


Common Issues and How to Fix Them

Here are some possible problems you might encounter — and their fixes:


❌ 1. “Access Denied” When Editing Registry

Cause: You didn’t open the Registry Editor with Administrator privileges.
Fix: Right-click regedit.exeRun as Administrator → retry.


❌ 2. The Value Doesn’t Change After Restart

Cause: Registry caching or incorrect key path.
Fix:

  • Ensure you’re editing this exact path:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
  • Restart your PC after editing.


❌ 3. “Registry Editing Has Been Disabled by Your Administrator”

Cause: Group Policy restrictions (common on work PCs).
Fix:

  • Contact your IT admin, or if you own the device:

    • Run Command Prompt (Admin).

    • Execute:

      REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

❌ 4. PowerShell or CMD Commands Don’t Work

Fix: Ensure you’re using Administrator mode and correct syntax.
Example for PowerShell:

Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" -Name "RegisteredOwner" -Value "John Doe"

❌ 5. Still Seeing Old Name in Some Apps

Some older applications cache registration details. Try:

  • Restarting your PC.

  • Clearing temporary files:

    Windows + R → type %temp% → delete all files.

FAQs

1. Can I change the registered owner name in Windows 11 Home?

Yes. All editions of Windows 11 (Home, Pro, Enterprise) allow this change.


2. Will changing the registered owner affect my Microsoft account?

No. It only changes the local registry entry, not your Microsoft account profile or sign-in information.


3. Can I use special characters or spaces in the new name?

Yes, but avoid overly long or unusual symbols to ensure compatibility with software that reads registry data.


4. Does this affect my PC’s hostname or computer name?

No. The registered owner name is separate from your PC name.
To change the PC name, go to:

Settings → System → About → Rename this PC

5. Can I change both owner and organization to blank?

Yes — just leave the Value Data field empty in Registry Editor, and Windows will treat it as blank.


🏁 Conclusion

Changing the registered owner name in Windows 11 is a simple, quick, and safe process that helps personalize your PC or align it with your organization.

Scroll to Top