Show windows serial number

Applies ToWindows Vista Enterprise Windows Vista Business Windows Vista Ultimate Windows Server 2008 Datacenter Windows Server 2008 Datacenter without Hyper-V Windows Server 2008 Enterprise Windows Server 2008 Enterprise without Hyper-V Windows Server 2008 for Itanium-Based Systems Windows Server 2008 Standard Windows Server 2008 Standard without Hyper-V Windows Server 2008 Web Edition

Author:

Yuval Sinay MVP

COMMUNITY SOLUTIONS CONTENT DISCLAIMER

MICROSOFT CORPORATION AND/OR ITS RESPECTIVE SUPPLIERS MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY, RELIABILITY, OR ACCURACY OF THE INFORMATION AND RELATED GRAPHICS CONTAINED HEREIN. ALL SUCH INFORMATION AND RELATED GRAPHICS ARE PROVIDED «AS IS» WITHOUT WARRANTY OF ANY KIND. MICROSOFT AND/OR ITS RESPECTIVE SUPPLIERS HEREBY DISCLAIM ALL WARRANTIES AND CONDITIONS WITH REGARD TO THIS INFORMATION AND RELATED GRAPHICS, INCLUDING ALL IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, WORKMANLIKE EFFORT, TITLE AND NON-INFRINGEMENT. YOU SPECIFICALLY AGREE THAT IN NO EVENT SHALL MICROSOFT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY DIRECT, INDIRECT, PUNITIVE, INCIDENTAL, SPECIAL, CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF USE, DATA OR PROFITS, ARISING OUT OF OR IN ANY WAY CONNECTED WITH THE USE OF OR INABILITY TO USE THE INFORMATION AND RELATED GRAPHICS CONTAINED HEREIN, WHETHER BASED ON CONTRACT, TORT, NEGLIGENCE, STRICT LIABILITY OR OTHERWISE, EVEN IF MICROSOFT OR ANY OF ITS SUPPLIERS HAS BEEN ADVISED OF THE POSSIBILITY OF DAMAGES.

SUMMARY

The following article will help you to find the computer serial number

Tips

Please use one the method bellow to retrieve the computer serial number:

  1. Using the buid in «wmic» command:

 «wmic bios get serialnumber«

   Tip: You can use the command «wmic csproduct get name» to retrieve the local computer model.

   2. Using a vbs script:

  On Error Resume Next Dim strComputerstrComputer = InputBox(«Enter the name of the computer:») Set objWMIService = GetObject(«winmgmts:» & «{impersonationLevel=impersonate}!\\» & strComputer & «\root\cimv2») Set colSMBIOS = objWMIService.ExecQuery («Select * from Win32_SystemEnclosure») For Each objSMBIOS in colSMBIOSMsgBox strComputer & «: » & objSMBIOS.SerialNumberNext

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Quick Links

  • Find the Serial Number On the PC’s Hardware, Box, or Elsewhere

Summary

  • Open Command Prompt or PowerShell and enter «wmic bios get serialnumber» to find your PC’s serial number.
  • Windows and System Information won’t display your PC’s serial number.
  • If the command doesn’t work or you can’t access Windows, check the BIOS settings or look for a sticker on the hardware, box, or documentation.

Windows doesn’t display your PC’s serial number anywhere in its interface, and neither do popular system information tools. But you can often find a PC’s serial number with a simple command, a peek in your BIOS, or on the hardware itself.

Run the WMIC Command

Open a Command Prompt or PowerShell window to get started. On Windows 11, Windows 10, or Windows 8, right-click the Start button and select «Command Prompt,» «PowerShell,» or «Windows Terminal.» On Windows 7, press Windows + R, type «cmd» into the Run dialog, and then press Enter.

Select "Run as Administrator."

At the Command Prompt, type the following command and then press Enter:

wmic bios get serialnumber

You’ll see the computer’s serial number displayed beneath the text «SerialNumber». This command uses the Windows Management Instrumentation Command-line (WMIC) tool to pull the system’s serial number from its BIOS.

Windows 11 PowerShell with Surface 4 laptop's serial number.

If you don’t see your PC’s serial number, blame your PC’s manufacturer. The number will only appear here if the PC manufacturer saved it to your computer’s BIOS or UEFI firmware. PC manufacturers don’t always fill in the number properly. In that case, you’ll see something like «0,» «To be filled by O.E.M.» or blank space instead of an actual serial number.

Windows 10 Computer Command Prompt. The serial number command returned nothing because the computer was not pre-assembled.

This is also true if you built your own PC because the PC itself won’t have a serial number. However, you can look up the serial number of your motherboard and other components.

Check the BIOS

A BIOS main page listing the computer's serial number.

You may also be able to find the serial number in the BIOS or UEFI firmware settings screen. This technique won’t get you a serial number if the wmic command didn’t, since the command pulls the serial number from the BIOS. However, checking the BIOS could be helpful if you can’t actually sign into Windows to run the wmic command.

Access the BIOS or UEFI firmware settings screen and look around for a «Serial Number» somewhere on a system information screen. It’ll be in a different place on different PCs, but you can usually find it somewhere on the «Main» or «System» screen.

Find the Serial Number On the PC’s Hardware, Box, or Elsewhere

A sticker on a laptop with the serial number.

If you don’t see a serial number after running the wmic command — or if you just can’t turn the PC on or don’t have access to it — there are several other places you might find the serial number:

  • If you have a laptop, flip it over. On some laptops, you’ll see the number on a sticker. On others, you’ll see the number printed directly on the metal or plastic the laptop is made from. If your laptop has a removable battery, the serial number is sometimes on a sticker inside the battery compartment, under the battery.
  • If you have a desktop PC, look at the back, top, or side of the case for some sort of sticker. The number may also be on a sticker inside the case, so you might have to open it up.
  • If you can’t find the serial number on the PC itself, look online for instructions specific to your model. The manufacturer’s website should tell you exactly where to look.
  • If you registered your PC with the manufacturer or received warranty service, the serial number should be included in the registration documentation, warranty service receipt, or email confirmation for the service.
A Surface serial number.

  • If you still have the original product box, it usually has the serial number printed on it — often on the same sticker with the bar code.
  • If you purchased the PC online or in store, the serial number may be printed on the physical or email receipt you received.

And if you just can’t find your serial number at all, don’t give up hope. If you have proof of purchase, the manufacturer still may be able to help you with whatever service you need and may even be able to find out the serial number for you.

Key Points

  • Check the Physical Case: Look on stickers (back, bottom, or side), inside the battery compartment for laptops.
  • Use Command Prompt: Run wmic bios get serialnumber for a quick serial number lookup.
  • Try PowerShell: Execute Get-WmiObject win32_bios | select Serialnumber for more scripting flexibility.
  • BIOS/UEFI: Access system firmware settings (F2/F10/F12/Del at boot) to find the serial under “System Information.”
  • Laptop-Specific Tools: Some brands (HP, Dell, Lenovo) provide support apps that show the serial number.

In this article, you will learn how to find your windows PC serial number. Every computer has a unique serial number as its identifier. This number is needed for various purposes, including warranty claims, technical support and asset management. Understanding multiple methods to locate this important piece of information will help save you both time and frustration.

Methods for finding your Windows PC serial number

There are several ways to find your computer’s serial number, from checking the physical device to using command-line tools. Each method is explained in detail below. If you prefer video, watch our video version of this blog post here: Three Methods for Finding Your Windows PC’s Serial Number [Video].

Locating the number on the physical case

The most straightforward method to find your computer’s serial number is to look for it on the physical case. For desktop computers, you’ll typically find the serial number on a sticker located on the back or side of the tower.

However, this method isn’t always reliable. The sticker might have worn off, or you might be dealing with a computer that’s not easily accessible. In such cases, you’ll need to use software methods to retrieve the serial number.

How to get the serial number from the CMD

A quick and efficient way to get your computer’s serial number is from the Command Prompt (CMD). Here’s how to get a serial number from CMD:

  1. Open the Command Prompt by pressing Win + R, typing “cmd” and pressing Enter.
  2. Enter “wmic bios get serial number” In the Command Prompt window and press Enter.
  3. The serial number will be displayed below the “SerialNumber” header.

Getting the serial number from CMD is particularly useful for remote troubleshooting or when you need to quickly retrieve the serial number without physically accessing the machine.

Using Windows PowerShell to retrieve the serial number

PowerShell, a more powerful command-line tool in Windows, can also be used to find the serial number. Here’s the PowerShell command to get a serial number:

  1. Open PowerShell by right-clicking the Start button and selecting “Windows PowerShell.”
  2. Type the following command and press Enter: “Get-WmiObject win32_bios | select Serialnumber”.
  3. The serial number will be displayed.

PowerShell offers more flexibility and can be used to create scripts for retrieving serial numbers from multiple machines in a network, as well as using a PowerShell command to get the serial number of a single machine

Checking the serial number in BIOS/UEFI settings

The serial number is often stored in your computer’s BIOS or UEFI firmware. To access this:

  1. Restart your computer and press the key to enter BIOS/UEFI (often F2, F10, F12, or Del).
  2. Look for a section labeled “System Information” or similar.
  3. The serial number should be listed here.

This method is useful if you can’t boot into Windows or if other methods aren’t working.

How to find the serial number of a laptop

Finding the serial number of a laptop follows similar methods to desktop computers, but there are a few laptop-specific considerations:

  • Physical location: You’ll often find the serial number of a laptop on a sticker on the bottom of the device. Some manufacturers also print it inside the battery compartment.
  • Windows Settings: For some laptop brands, you can find the serial number in Windows Settings:
  1. Go to Start > Settings > System > About.
  2. Look for the “Device specifications” section.
  • Manufacturer-specific tools: Some laptop manufacturers provide their own tools to display system information, including the serial number. Some examples include:
  1. HP: HP Support Assistant
  2. Dell: Dell System Detect
  3. Lenovo: Lenovo System Update
  • Command line method: The CMD and PowerShell methods described earlier work for laptops as well.

Remember, the exact location and method can vary depending on the laptop brand and model.

Finding the serial number of a disconnected or damaged computer

Sometimes, you might need to find the serial number of a computer that won’t turn on or is otherwise inaccessible. Here are some options:

  • Check the original packaging: If you still have the box the computer came in, the serial number is usually printed on a label outside the box.
  • Look for documentation: The serial number might be listed on the original receipt, warranty card, or other documentation that came with the computer.
  • Contact the manufacturer: If you’ve registered the product, the manufacturer might be able to provide the serial number based on your personal information.
  • Check your purchase records: If you bought the computer online, the serial number might be listed in your order details.

Advanced uses of serial numbers

If you’re an IT professional and power user, serial numbers offer advanced applications beyond basic identification. You can use PowerShell or other scripts to remotely retrieve serial numbers from multiple computers on a network. This makes it easy to collect the data and works well with asset management systems, which can automatically gather and update serial numbers from devices across the network.

Automation helps with inventory reporting, generating detailed reports that are useful for budgeting and planning purposes. Additionally, serial numbers play an important role in license management, as some software licensing systems use hardware serial numbers into their activation process. This multifaceted utility of serial numbers shows their importance in modern IT infrastructure management.

Best practices for storing and documenting your serial number

Once you’ve found your computer’s serial number, it’s a good idea to store it somewhere safe and easily accessible. Here are some best practices:

  • Create a digital record: Store the serial number in a password-protected document or a secure note-taking app.
  • Take a photo: Take a clear photo of the serial number sticker and store it securely in cloud storage.
  • Include additional information: Along with the serial number, record other relevant details like the purchase date, warranty information and support contact numbers.
  • Use asset management software: For businesses managing multiple devices, consider using asset management software to keep track of serial numbers and other device information.
  • Regular updates: If you upgrade or replace components in your computer, update your records accordingly.

Why knowing your serial number is important for support and repairs

Understanding how to find the serial number of a computer isn’t just about satisfying curiosity. Here are 5 reasons why you might need this information:

  1. Warranty claims: The serial number is typically required when making a warranty claim. It helps the manufacturer verify the purchase date and warranty status of your device.
  2. Technical support: When contacting technical support, you’ll often be asked for your serial number. This helps support staff quickly access information about your specific model and configuration.
  3. Theft recovery: If your computer is stolen, having the serial number on record can help law enforcement track it down.
  4. Software activation: Some software licenses are tied to your computer’s serial number.
  5. Asset tracking: For businesses, serial numbers are necessary for keeping track of IT assets and managing upgrades and replacements.

Knowing how to find the serial number of a computer is an essential skill, whether you’re a personal user or IT professional. Whether you prefer to get the serial number from CMD or rely on physical inspection, having multiple methods at your disposal allows you to always access this important information.

Remember, the serial number is more than just a string of characters — it’s your key to warranty service, technical support and effective asset management. By understanding how to find and properly document your serial number, you’re taking an important step in managing your technology resources effectively.

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?

By default, Windows computers can’t see their PC serial number by looking at the system interface, or by using known system information tools. However, you can still find the serial number using the Command Prompt, a built-in application in every Microsoft operating system.

Tip: If you’re not familiar with the Windows 10 interface, we recommend reading the How to Get Started with Windows 10 article on our website.

In this article, you’ll learn how to find your Windows PC’s serial number using the Command Prompt. Our step by step guide aims to teach you how to work with the tool in order to locate your PC’s unique serial number.

Look up your PC serial number on Windows 10 with the Command Prompt

The guide below shows the steps required to find your Windows 10 PC’s serial number using the Command Prompt app. The steps also work on Windows 8 and Windows 8.1, with little to no differences in the process.

Note: You might be required to have access to an administrator account to perform all of the steps described below. If the account you’re currently using doesn’t have administrative permissions, make sure to change this in your settings or contact your IT professional.

  1. Open the Command Prompt in one of the following ways:

    1. Open the Search function in your taskbar, or alternatively use the Ctrl + S keyboard shortcut to bring up the search bar and look up “Command Prompt”.
    2. When you see it in the results, right-click on it and choose Run as Administrator.

    3. Press the Windows + R keys on your keyboard to bring up the Run utility.
    4. Type in “cmd” and press the Ctrl + Shift + Enter keys on your keyboard. Doing so, you’re launching the Command Prompt with administrative permissions.
    5. Press the Windows + X keyboard shortcut, then select Command Prompt (Admin).
    6. When prompted by the User Account Control (UAC), click Yes to allow the app to launch with administrative permissions.

      • Need help? Check out our How to make a local user an administrator in Windows 10 guide.
  2. Once the Command Prompt is open, you’ll need to input the following command and press the Enter key on your keyboard to execute it: 
    wmic bios get serialnumber

  3. Alternatively, use the following command if the first one didn’t yield your computer’s serial number: 
    wmic csproduct get identifyingnumber
  4. If your computer’s serial number is coded into your BIOS, it will appear here on the screen. Otherwise, you might have to look for the serial number on the physical computer, most commonly found on a sticker.

Look up your PC serial number on Windows 7 with the Command Prompt

The process of finding your computer’s serial number on a Windows 7 operating system is similar to the new method. Lets review the steps you need to take in order to successfully look up this number with the Command Prompt.

  1. Click on the large, circular Windows logo in the bottom left of your screen. This will bring up the Start menu and the search bar.
  2. Type “cmd” without the quotation marks into the search bar. You should see the command prompt appear under Programs in the search results.

    command prompt

  3. Right-click on the cmd application, and choose either Open or Run as administrator. For the latter, you’re required to have administrative permissions on your Windows 7 computer.

    command propmt

  4. A Command Prompt window will open up. Here, type in the following command, then press Enter on your keyboard to run the command: 
    wmic bios get serialnumber 
  5. You should see your device’s serial number show up on the screen. If not, try the following command and once again execute it with the Enter key: 
    wmic csproduct get identifyingnumber
  6. If your computer’s serial number is coded into your BIOS, it will appear here on the screen. Otherwise, you might have to look for the serial number on the physical computer, most commonly found on a sticker.

Final thoughts

If you need any further help with Windows 10, don’t hesitate to reach out to our customer service team, available 24/7 to assist you. Return to us for more informative articles all related to productivity and modern day technology!

Would you like to receive promotions, deals, and discounts to get our products for the best price? Don’t forget to subscribe to our newsletter by entering your email address below! Receive the latest technology news in your inbox and be the first to read our tips to become more productive.

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

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • 7600gs windows 10 driver
  • Https learn microsoft com en us cpp windows latest supported vc redist view msvc 170
  • Install western digital software for windows что это за программа
  • Сбросить период активации windows 7
  • Обновление всех драйверов на windows 10 бесплатно