How to Check or Change Owner Details in Windows 11

Quick Takeaways
  • Use the Winver command to check Windows 11 owner details.
  • To edit organization or owner details, you can use the Windows Registry Editor tool.

Check the Registered Owner and Organization Name

You can run the Winver command or use the Windows PowerShell terminal to inspect this quickly. Let’s begin.

Method 1: Winver Command

Winver (short for Windows Version) is a useful command to extract basic information about your Windows machine. You can run it to find the registered owner and organization name.

Step 1: Right-click the Start icon in the taskbar and select Run.

Alternatively, press the Windows + R keys simultaneously to launch the Run dialog.

Step 2: Type the following in the Run window and hit Enter.

winver
Winver Command in Windows

You’ll find the details of the registered owner and organization at the bottom of the About Windows panel.

Tip: You can also check other useful details with the winner command, such as OS edition, version, and build number.

Check Registered Owner and Organization in Windows 11 Using Winver Command

Method 2: Windows PowerShell

Besides Winver, you can execute certain terminal commands on Windows PowerShell to quickly fetch the owner details in Windows 11. Here’s how it works:

Step 1: Press the Windows key and search for Windows PowerShell to run it with administrative permissions.

Open Windows PowerShell

Step 2: Paste the following command in the console and press Enter to view the registered owner and organization name.

Get-ComputerInfo | Select WindowsRegisteredOrganization, WindowsRegisteredOwner
Check Registered Owner and Organization in Windows 11 Using PowerShell

Alternatively, run the following command to view all the system details.

Get-ComputerInfo
Computer Info Using PowerShell

Edit Registry to Change Owner Details in Windows 11

Changing Windows 11 owner details is a breeze with the Windows Registry Editor tool, given you’ve administrator rights.

Before you begin editing, we recommend backing up all registry files and creating a system restore point, as modifying the Windows registry is risky and can cause irreversible system damage.

Step 1: Press the Windows key, search for Registry Editor, and click on Run as administrator.

Open Registry Editor as Admin

Step 2: Click Yes to approve the User Account Control (UAC) prompt.

Open Registry UAC Prompt

Step 3: In the Registry Editor window, paste the following path in the address bar at the top and press Enter. This will take you to the CurrentVersion key.

HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersion
Registry Editor Window

Step 4: In the right pane, double-click the string value named RegisteredOwner.

Note: If you can’t find it, right-click the CurrentVersion key, go to New, and select String Value from the submenu. Name it as RegisteredOwner.

Registered Owner String Value

Step 5: In the Value data field, type the name you want as the registered owner. Then, click OK.

Change Registered Owner Name in Windows 11

Step 6: Next, double-click the RegisteredOrganization string value from the same section to edit it.

Note: Again, if the RegisteredOrganization string value is missing, you can create it yourself. For that, right-click on the CurrentVersion key, go to New, and select String Value. Name it as RegisteredOrganization.

Registered Organization String Value

Step 7: Enter the name you want to display in the Value data field and hit OK.

Change Registered Organization Name in Windows 11

Was this helpful?

Thanks for your feedback!

Last updated on 04 April, 2024

Leave a Reply

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

The article above may contain affiliate links which help support Guiding Tech. The content remains unbiased and authentic and will never affect our editorial integrity.