Где найти серийный номер компьютера windows 10

Get PC serial number using PowerShell

Get PC serial number using PowerShell
(Image credit: Windows Central)

Get computer serial number with PowerShell or Command Prompt

Source: Windows Central (Image credit: Source: Windows Central)

On Windows 10, the ability to check the computer serial number can come in handy in many scenarios. For instance, when you need to create an inventory of the devices connected to your home network or organization, or need to contact technical support to troubleshoot a problem, order a replacement part, or check the warranty information.

Usually, you can find the required information on the sticker affixed on the back or bottom of your laptop or desktop, or checking the Basic Input/Output System (BIOS) or Unified Extensible Firmware Interface (UEFI) on your motherboard. However, if the sticker isn’t available or you don’t want to go through extra steps to access firmware, you can also use PowerShell and Command Prompt to retrieve this information quickly on Windows 10.

In addition, using commands can be useful to automate the process using a script when you need to retrieve the serial information from multiple devices.

In this Windows 10 guide, we’ll walk you through the steps to quickly find your device serial number using command lines.

  • How to determine PC serial number using PowerShell
  • How to determine PC serial number using Command Prompt

How to determine PC serial number using PowerShell

To retrieve the serial number of your computer with a PowerShell command, use these steps:

  1. Open Start.
  2. Search for PowerShell, right-click the top result, and select the Run as administrator option.
  3. Type the following command to find out the computer serial number and press Enter:Get-WmiObject win32_bios | select Serialnumber
  1. Confirm the SerialNumber information.
  2. (Optional) Type the following command to determine device serial number and press Enter:Get-CIMInstance win32_bios | format-list SerialNumber
  3. Confirm the SerialNumber information.
  4. (Optional) Type the following command to export the serial information to a text file and press Enter:Get-WmiObject win32_bios | select Serialnumber > PATH\TO\EXPORTIn the command, make sure to replace «PATH\TO\EXPORT» with the path to the text file you want to export the serial number information.For example, this command exports the output to the ComputerSerial.txt file in the C drive:Get-WmiObject win32_bios | select Serialnumber > C:\ComputerSerial.txt

Export computer serial number to file

Source: Windows Central (Image credit: Source: Windows Central)

Once you complete the steps, you’ll know the serial number of your desktop or laptop computer.

If you are using the command to export the output, you’ll find the file in folder location you specified. Also, since you exported it as a text format, you can open it with Notepad or any other text editor.

All the latest news, reviews, and guides for Windows and Xbox diehards.

How to determine PC serial number using Command Prompt

To check the device serial number using a Command Prompt command, use these steps:

  1. Open Start.
  2. Search for PowerShell, right-click the top result, and select the Run as administrator option.
  3. Type the following command to find out the computer serial number and press Enter:wmic bios get SerialNumber

Get PC serial number using Command Prompt

Source: Windows Central (Image credit: Source: Windows Central)
  1. Confirm the computer serial number.
  2. (Optional) Type the following command to export the serial information to a text file and press Enter:wmic bios get SerialNumber > PATH\TO\EXPORTIn the command, make sure to replace «PATH\TO\EXPORT» with the path to the text file you want to export the serial number information.For example, this command exports the output to the ComputerSerial.txt file in the C drive:wmic bios get SerialNumber > C:\ComputerSerial.txt

Export PC serial number using Command Prompt

Source: Windows Central (Image credit: Source: Windows Central)

After you complete the steps, the command will return the serial number without needing to access the BIOS or going behind the device to look for the sticker.

Although these commands will work on any computer, custom-build devices don’t have a serial number. This means that the command output may read «To Be Filled By O.E.M.»

If you’re looking to retrieve the device model number, you can use these instructions.

Mauro Huculak has been a Windows How-To Expert contributor for WindowsCentral.com for nearly a decade and has over 15 years of experience writing comprehensive guides. He also has an IT background and has achieved different professional certifications from Microsoft, Cisco, VMware, and CompTIA. He has been recognized as a Microsoft MVP for many years.

Last Updated :
23 Apr, 2024

Knowing how to find computer serial number can be useful to you in a variety of ways. Most commonly, the serial number will be required if you want to computer serial number check and report an issue with your device to the PC manufacturer or just want to keep track of WMIC BIOS to get the serial numbers of your inventory in case you are in charge of a large number of devices.

How to Find Your Computer’s Serial Number?

In this article, we will discuss some methods that will help you find your Windows PC’s serial number. Moving ahead, let’s see the best method to find the serial number of your PC in simple steps:

Methods to Find Computer Serial Number

  • Method 1: Find PC Serial Number Using the cmd or Powershell
  • Method 2: Find PC Serial Number using BIOS
  • Method 3: Find the PC Serial Number using Manufacturer Support App
  • Significance of PC Serial Number
  • How Find Your Windows PC Serial Number — FAQs

What is a PC Serial Number?

  • A PC serial number is a unique identification code assigned to a personal computer (PC) by its manufacturer.
  • It helps identify and track individual computers for warranty, support, and inventory purposes.
  • You can find the serial number on a label or sticker on the PC, or in its system information settings.

But sometimes the serial number sticker is damaged or missing. in that case, you can try the following methods to find your windows PC’s Serial Number.

Different Methods to Find Your Computer’s Serial Number

Computer’s serial number can be found using following Methods, use the methods as instructed to get PC serial number.

Method 1: Find PC Serial Number Using the cmd or Powershell

This method involves using the Command Prompt or PowerShell on your Windows PC to locate your computer’s serial number.

Step 1: Go to the search bar and type PowerShell. The Windows PowerShell app will pop up. Click on it to open.

wmic get bios serial number

How to Find Your Computer’s Serial Number

Step 2: A PowerShell window will pop up. Type the following command in it:

wmic bios get serialnumber

Step 3: After typing the command, Hit Enter.

wmic get bios serial number - step 2

How to Find Your Computer’s Serial Number

As you can see above, the serial number of your device will be displayed on the screen. If the above doesn’t work well for you, you can go ahead with second method i.e. using BIOS

Method 2: Find PC Serial Number using BIOS

In this method, you need to enter the BIOS Mode and check the serial number. Follow the steps below:

Step 1: Hold down Shift and hit Restart.

how to find computer serial number - method 2 - step 1

Step 2: After restarting your computer, you will see the following screen with some boot options. So, Navigate to Troubleshoot > Advanced Options. You will see an option named UEFI Firmware Settings. Click on it to proceed.

how to find computer serial number - method 2 - step 2

Step 3: The below screen will appear. In the window, find the Serial Number property. The value of that property is the serial number of your device.

how to find computer serial number - method 2 - step 3

Method 3: Find the PC Serial Number using Manufacturer Support App

Prebuilt PCs usually offer a manufacturer-installed support app. For example, every HP device comes with the HP support assistant app, which provides information about the device you are using, drivers, BIOS updates, and many other things. If you want to find your serial number follow the following steps.

Step 1: Search for Support Assistant app in your PC, open it, and navigate to the Home tab.

how to find serial number on windows10 - method 3 - step 1

Step 2: At the top-left side of your screen, you will notice the serial number of your device.

how to find serial number on windows10 - method 3

Significance of PC Serial Number

  1. Warranty and Support: A PC serial number helps manufacturers identify your computer for warranty claims and technical support.
  2. Product Tracking: It allows companies to monitor and manage their products’ inventory and distribution.
  3. Anti-Theft: Serial numbers can aid in tracking stolen PCs, making recovery more likely.
  4. Software Activation: Some software may require a unique serial number for activation.
  5. Hardware Identification: It assists in pinpointing specific hardware configurations for troubleshooting or upgrades.

Conclusion

In conclusion, knowing your computer’s serial number is crucial for warranty claims, technical support, and theft identification. In this article, we’ve explored simple methods to locate it, whether you’re on a Windows PC or a Mac. You can find it using the cmd or Powershell, BIOS, and Manufacturer Support App. By following these steps, you can quickly access this vital information and ensure your device is properly registered and protected. So, next time you need your computer’s serial number, you’ll know just where to find it, making troubleshooting and maintenance a breeze.

Also Read

  • Interesting Facts about WINDOWS
  • Tricks in Windows 10
  • How To Troubleshoot and Fix Windows 10 Blue Screen Errors?

77

77 people found this article helpful

Use these simple methods to get the serial number in seconds

The Download

  • Enter this into Command Prompt: wmic bios get serialnumber. The serial number shows up instantly.
  • Another way to find the serial number is to look on the underside of the laptop.
  • Other methods include checking the purchase receipt or warranty details.

This article explains how to find the serial number of a Windows 10 or Windows 11 laptop and why you might need to.

How to Get the Laptop Serial Number in Command Prompt

One of the simplest ways to find your serial number is by entering a command into the Command Prompt. This will display the serial number in a fraction of a second, and it’s easy to copy it if you need to.

  1. Open Command Prompt. One easy way to do this is to search for cmd from the taskbar.

  2. Type this into Command Prompt, and then press Enter:

     wmic bios get serialnumber
    
  3. Your serial number should be displayed. Highlight it and then right-click if you need to copy it.

Physically Find the Serial Number

If your laptop won’t boot up or you don’t feel comfortable using the command line, turn your laptop over and look for S/N or Serial Number followed by a string of letters and numbers on the label. You might also find it on the box your laptop came in.

Other Places to Look

If you registered your laptop with the manufacturer, your serial number should be included in the registration documentation, warranty service receipt, or email confirmation. You might also find it on the purchase receipt.

What Is a Laptop Serial Number? 

The serial number is a unique string of numbers and letters assigned to your laptop. No two laptops have the same serial number.

Why You Might Need Your Laptop Serial Number

As mentioned previously, a laptop’s serial number is useful for warranty claims and insurance issues. It also helps technical support identify when your laptop was manufactured and explain what specific hardware it’s running.

So, it’s useful in many situations—for example, when:

  • You must prove your laptop’s authenticity to a buyer.
  • The manufacturer’s technical or customer support person must identify the specific model, specifications, and/or warranty details.
  • The laptop has been stolen, and an insurance claim has been submitted.
  • A technician must specify compatible parts for upgrades or repairs.

FAQ

  • First, check the underside or back edges of the laptop. Next, if you have a laptop with a removable battery, look inside the battery compartment. Finally, for a detachable laptop, remove the tablet from the dock to reveal the serial number.

  • Although you can use Windows commands to find the serial number, you can also find it on the Service Tag of a Dell laptop. The Service Tag is located on the bottom panel.

  • The serial number can be found as a printed sticker or laser etching on the bottom case of a Toshiba laptop.

  • On a Lenovo laptop, the serial number is on the bottom of the system. Alternatively, you can go to the Lenovo Support website, select Detect Product, and install Lenovo Service Bridge. After installation, Lenovo Service Bridge will open a product page with your laptop’s information, including the serial number.

Thanks for letting us know!

Get the Latest Tech News Delivered Every Day

Subscribe

Download Article

Find your Windows product key using the Command Prompt, PowerShell, or the Windows Registry

Download Article

  • Finding your Windows Product Key
  • |

  • Using Command Prompt
  • |

  • Using PowerShell
  • |

  • Using the Registry
  • |

  • Video
  • |

  • Expert Q&A
  • |

  • Tips
  • |

  • Warnings

Do you need to find your Windows product key? The Windows product key is necessary if you want to install Windows on a different computer or reinstall it on your the same computer. You can find the Windows product key using your computer’s Command Prompt, PowerShell program, or within the Windows Registry. This wikiHow article teaches you how to find your Windows product key so that you can activate Windows.[1]

Things You Should Know

  • You can find your Windows product key using the Command Prompt, Powershell, or the Windows Registry.
  • If you purchased Windows from a licensed retailer, you can find your Windows key in the box that it came in.
  • If you bought a digital version of Windows or an upgrade online or from the Microsoft Store, you should receive your product key in a confirmation email.
  1. Step 1 Find your product key if your PC comes with Windows pre-installed.

    If your PC comes with Windows pre-installed, you do not need to use your product key to activate Windows. It’s already running. If you want to save a backup copy, you can do so, using the Command Prompt, PowerShell, or your Windows Registry. You can also find your Windows product key within the packaging your PC came with or within the Certificate of Authenticity.

    • Most newer computers do not have the Windows product key printed on a sticker on the bottom of the computer like they used to. However, you should be able to find the Windows product key within the package your computer came in.
  2. Step 2 Find your product key if you bought a physical copy of Windows.

    If you bought a physical copy of Windows 10 or 11 from an authorized retailer, you can find your Windows product key within the box that Windows came in.

    Advertisement

  3. Step 3 Find your product key if you bought a digital copy of Windows.

    If you bought a digital copy of Windows online or through the Microsoft Store, either as a new copy or an upgrade, you should have received a confirmation email. Your Windows product key should be in the confirmation email.

  4. Step 4 Find your Windows product key if you have a volume licensing agreement or MSDN subscription.

    If you have a volume licensing agreement or MSDN subscription, you can find your Windows product key in the web portal for your program.[2]

  5. Advertisement

  1. Step 1 Click the Windows...

    Click the Windows Start menu

    Windows Start

    . It’s the icon with the Windows logo in the taskbar at the bottom of the screen. You can do this in Windows 10 or 11.

  2. Step 2 Type CMD.

    This displays the Command Prompt in the Windows Start menu.

  3. Step 3 Open the Command...

    Open the Command Prompt as an administrator

    Windows cmd

    . To open the Command Prompt as an administrator, right-click the Command Prompt and click Run as Administrator.

    • You must be signed in to Windows with an administrative account in order to open the Command Prompt as an administrator.
  4. Step 4 Type the command to display your product key.

    To display your product key, type the following command and press Enter.[3]

    • wmic path softwareLicensingService get OA3xOriginalProductKey
  5. Step 5 Note the product key.

    Your product key is the 25-letter key displayed under the text that says «OA3xOriginalProductKey.»

  6. Step 6 Save a copy of the product key.

    You can either take a screenshot of the results or write down the key to ensure you have access to it if needed.

  7. Advertisement

  1. Step 1 Right-click the Windows Start menu icon.

    It’s the icon that resembles the Windows logo in the taskbar at the bottom of the screen. Right-clicking the Windows Start menu displays a context menu. This will work on both Windows 10 and 11.

  2. Step 2 Click Windows PowerShell (Admin).

    This will open PowerShell as an administrator.

    • You must be logged into Windows with an administrative account in order run PowerShell as an administrator.
  3. Step 3 Enter the command to display the product key and press ↵ Enter.

    The command is as follows:[4]

    • powershell "(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey"
  4. Step 4 Note your product key.

    You should see the product key appear directly below the command that you entered; this is your product key.

    • The product key will be 25 characters long. If you don’t see the product key appear immediately, enter the code a second time and press Enter.[5]
  5. Step 5 Save a copy of the product key.

    You can either take a screenshot of the results or write down the key to ensure you have access to it if needed.

  6. Advertisement

  1. Step 1 Press ⊞ Win+R to open Run.

    Pressing the Windows key and R at the same time will open the Run program. This will work on both Windows 10 and 11.

  2. Step 2 Type regedit and press ↵ Enter.

    This will open the Registry Editor, where you can find the Windows Product Key.

    • Warning: Editing files within the Registry Editor can cause permanent damage to your Windows operating system. Do not edit or move any files unless you know what you are doing.
  3. Step 3 Navigate to the SoftwareProtectionPlatform folder.

    You will see a series of folders listed in the panel to the left. Open the following folders to navigate to the «SoftwareProtectionPlatform» folder.

    • Open the HKEY_LOCAL_MACHINE folder.
    • Open the SOFTWARE folder.
    • Open the Microsof folder.
    • Open the Windows NT folder
    • Open the CurrentVersion folder.
    • Open the SoftwareProtectionPlatform folder.
  4. Step 4 Click the SoftwareProtectionPlatform folder.

    This displays all the files within this folder in the large panel on the right.

  5. Step 5 Double-click the BackupProductKeyDefault file.

    This displays your 25-digit product key in the field that says «Value Data.» You can also read the product key under «Data» next to the BackupProductKeyDefault file.[6]

  6. Step 6 Save a copy of the product key.

    You can either take a screenshot of the results or write down the key to ensure you have access to it if needed.

  7. Advertisement

Add New Question

  • Question

    How do you check your Windows Product Key?

    Luigi Oppido is the Owner and Operator of Pleasure Point Computers in Santa Cruz, California. Luigi has over 25 years of experience in general computer repair, data recovery, virus removal, and upgrades. He is also the host of the Computer Man Show! broadcasted on KSQD covering central California for over two years.

    Computer & Tech Specialist

    Expert Answer

    The Product Key is encoded in your computer, in BIOS. To access it, you will have to use a third-party software, like Produkey or Show Key Plus.

  • Question

    What is a Windows product key and how do I find it?

    Yaffet Meshesha is a Computer Specialist and the Founder of Techy, a full-service computer pickup, repair, and delivery service. With over eight years of experience, Yaffet specializes in computer repairs and technical support. Techy has been featured on TechCrunch and Time.

    Computer Specialist

    Expert Answer

    A Windows product key is a 25-character key that tells Microsoft that your Windows operating system is authentic. The way you find it will depend on how you received the product key initially, but if you can’t find it, I recommend Magical Jelly Bean, which is a product key finder.

  • Question

    What is a Windows Product Key? How do I get one?

    Windows Product Key is a unique key for each customer. This key is used to activate your Windows operating system. You receive the Product Key when you purchase a Windows OS, or you can buy it separately from Microsoft.

See more answers

Ask a Question

200 characters left

Include your email address to get a message when this question is answered.

Submit

Advertisement

Video

  • You can also use the free program Magical Jelly Bean to help you retrieve your Windows product key.[7]

Thanks for submitting a tip for review!

Advertisement

  • Using someone else’s product key to activate your own Windows software is against Microsoft’s terms of use.

Advertisement

About This Article

Article SummaryX

1. Open PowerShell.
2. Type «(Get-WmiObject -query ‘select * from SoftwareLicensingService’).OA3xOriginalProductKey» and press Enter.
3. Note your product key.

Did this summary help you?

Thanks to all authors for creating a page that has been read 1,303,325 times.

Is this article up to date?

Quick Tips

  • Use Command Prompt: Open Command Prompt and type wmic path softwarelicensingservice get OA3xOriginalProductKey to retrieve your Windows product key.
  • Registry Method: Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform in the Registry Editor to find your product key.
  • Third-Party Tools: Use reliable third-party software like ProduKey or ShowKeyPlus to quickly find and back up your product key.

1. Using Command Prompt

Step 1: Press the Windows key, type Command Prompt, and click on Run as administrator.

Select Yes in the prompt.

Step 2: Type the following command and press Enter.

wmic path softwareLicensingService get OA3xOriginalProductKey
Type the following command

There you go. You will be shown your Windows product key when you press Enter. Pretty straightforward, right? There’s one more command line way to find the product key, but with Windows PowerShell. 

2. Using Windows PowerShell

Step 1: Press the Windows key, type Windows PowerShell, and select Run as Administrator.

Select Yes in the prompt.

Step 2: Enter the following command and press Enter.

powershell "(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey"
Enter the following command

There you go. This method is as easy as pie. We recommend you copy the above command, but if you are typing it, ensure you leave spaces and add dots, as shown above.

If Windows PowerShell begins behaving strangely, check out different ways to fix PowerShell popping up on Windows.

3. Using Registry Files

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

Select Yes in the prompt.

Step 2: Enter the below address into the Registry’s address bar.

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform

Step 3: In the right side panel, under Name, you will find BackupProductKeyDefault; right beside it, you will see your Windows product key.

address into the Registry’s address bar

Note: You may find the product key coming from the Command Prompt or PowerShell different from the product key coming from the Registry Editor. It might happen because you have upgraded or changed your Windows version.

1. What is a product key finder? 

The product key finder is a tool for displaying Microsoft Windows product keys and other important information.

2. Are Windows keys stored in BIOS?

The Windows key is stored in the BIOS and invoked when there is an event that restores your operating system. The BIOS key is used to activate Windows automatically if you use the same edition of Windows.

3. Is the product ID the same as the product key? 

They are not. The product ID is used to determine the level of service you are entitled to, whereas the product key is used to pair your license with your PC and validate its authenticity.

4. Is Windows 10 illegal without activation? 

The installation of Windows without a license is acceptable. Activating it through unsolicited means without purchasing the key is, however, unlawful.

Although there are third-party tools that let you find your Windows product key, they pose the risk of a privacy breach. Besides, it is also worth considering that you can do it on your own without the need for a third-party tool.

Was this helpful?

Thanks for your feedback!

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.

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Windows 7 удалить старую загрузку windows
  • Смена локали windows 10
  • Долгая перезагрузка при обновлении windows 10
  • Нет службы windows management instrumentation
  • Настройка подсветки клавиатуры windows 10