WiseCleaner Think Tank

Encounter difficult computer problems?
All about maintenance and optimization of your Windows System.

Home > Think Tank > How to Find My PC’s Serial Number

How to Find My PC’s Serial Number

Apr 23, 2026

The serial number of your PC is a unique identifier assigned by the manufacturer. It’s commonly required for warranty claims, technical support, device registration, or asset management. Fortunately, you can retrieve it using several built-in methods in Windows—no need to open your computer or find the original box.

Method 1. Using Command Prompt

This is the quickest and most reliable method, working on most desktops and laptops.

Step 1. Open CMD

Press Win + S and type Command Prompt, click Run as administrator.

Step 2. Enter the Command

Type the following command and press Enter:

wmic bios get serialnumber

Step 3. View the Serial Number

View your PC’s serial number displayed on the screen.

Method 2. Using PowerShell

PowerShell provides another straightforward way to access Windows system information.

Step 1. Open PowerShell

Press Win + X and select Terminal (Admin).

Step 2. Enter the Command

Type the following command and press Enter:

Get-WmiObject win32_bios | Select SerialNumber

Step 3. View the Serial Number

View the serial number listed on the screen.

Method 3. Using Physical Way

Most manufacturers place a sticker on the device:

  • Bottom of a laptop
  • Inside the battery compartment
  • Back or side of a desktop tower

Conclusion

Finding your PC’s serial number is simple and can be done in seconds using built-in Windows tools like Command Prompt or Windows PowerShell. If those methods don’t work, checking the physical label will almost always provide the information you need.

Latest
How to Enable or Disable Diagnostic Data Viewer in Windows 11How to Uninstall an Update Manually on Windows 11How to Manage System Services in Windows 11
Read more >>
Recommend
Understanding Windows Power Plans: Balanced, Battery Saver, High Performance, and Ultimate PerformanceHow to Pause Windows Update for 100 YearsShould I enable or disable Trim of SSD?
Read more >>
Hottest
How to Install a macOS in VMware Workstation PRO 17How to Enable Task Manager Option in Taskbar Menu on Windows 11How to Fix Office Application Error 0xc0000142
Read more >>

wisecleaner uses cookies to improve content and ensure you get the best experience on our website. Continue to browse our website agreeing to our privacy policy.

I Accept