The chipset is the “heart” of the laptop motherboard, responsible for the interaction of the processor, RAM, video card and peripheral devices. Knowing the chipset model may be needed to upgrade components, diagnose faults, or select compatible software. However, not all users know where to look for this information.

Unlike a processor or video card, chipset information is often hidden in system utilities or requires the use of third-party programs. In this article we will look at 5 proven methodshow to find out the chipset on a laptop - from standard tools Windows And Linux to professional utilities like CPU-Z or HWiNFO. We will pay special attention to the nuances for different brands (Dell, HP, Lenovo) and cases when the chipset is not displayed in the device manager.

1. Checking the chipset through Windows Device Manager

The easiest way is to use the built-in Device Manager. It does not always show the exact chipset model, but allows you to identify the manufacturer (Intel, AMD, Qualcomm) and serial number, which can be used to find detailed information.

To open Device Manager:

  • 🖥️ Click Win + X and select "Device Manager";
  • 🔍 Expand the “System devices” branch;
  • 📋 Find lines mentioning Chipset, PCI or brand names (Intel Management Engine, AMD PSP).

If there is a device in the list with a name like Intel(R) HM77 Express Chipset - this is your chipset. However, often only controllers are displayed there (for example, PCI-to-PCI Bridge). In this case, an additional search using the hardware identifier will be required (Equipment ID in device properties).

⚠️ Attention: On laptops with AMD chipsets are often integrated into the processor (for example, series Ryzen with chipsets B550 or X570). They may not appear separately in Device Manager.
📊 What brand is your laptop?
  • ASUS
  • Lenovo
  • HP
  • Acer
  • Dell
  • MSI
  • Other

2. Using the Command Line (CMD) or PowerShell

For experienced users, it is more convenient to obtain information through the command line. This method works without installing additional software and is suitable for Windows 7/10/11.

Open CMD as administrator and enter:

wmic baseboard get product, manufacturer, version

This command will display the motherboard model. Next, you can find the board specifications on the manufacturer’s website (for example, ASUS or HP) and find out the chipset.

Alternative option for PowerShell:

Get-WmiObject Win32_BaseBoard | Select-Object Product, Manufacturer

If you need details on controllers, use:

systeminfo | findstr /B /C:"System Model"
💡

Copy the command output into the search bar along with the word "chipset" - this will help you quickly find the exact model on the forums or in the documentation.

3. Third-party utilities: CPU-Z, HWiNFO, Speccy

Specialized programs provide the most complete information about hardware. Let's look at the three most popular tools:

Utility How to find a chipset Pros Cons
CPU-Z Tab Mainboard → field Chipset Free, portable version, supports older laptops Doesn't always recognize chipsets AMD newer than 2020
HWiNFO Section MotherboardNorthbridge/Southbridge The most detailed information, support Linux Complex interface for beginners
Speccy Section System boardChipset Simple interface, export reports Paid version for full functionality

Important: B HWiNFO The chipset may appear as two components − Northbridge (memory/video controller) and Southbridge (peripheral controller). For example, for Intel it could be HM76 + IBEX Peak.

Download the program from the official website|Run as administrator|Update databases (if there is an option)|Check the "Motherboard" or "Mainboard" section-->

4. View the chipset in BIOS/UEFI

If your laptop won't boot or you prefer "clean" methods without third-party software, check BIOS. Chipset information is usually listed on the main screen or in the System Information.

How to enter BIOS:

  • 🔄 Restart your laptop;
  • 🔑 Press the login key (depends on the brand):
    • ASUS, Lenovo: F2 or Del;
    • HP, Dell: EscF10 or F12;
    • Acer: F2 (hold when turning on).

In the BIOS, look for lines like:

  • 📌 Chipset Revision;
  • 📌 North Bridge or South Bridge;
  • 📌 ME Version (for Intel).
⚠️ Attention: On some laptops (especially with UEFI) chipset information may be hidden. In this case, try updating the BIOS to the latest version - sometimes this reveals additional information.

5. Determining the chipset by laptop or motherboard model

If the previous methods did not work, use manufacturer's documentation. Knowing the exact laptop model (for example, Lenovo ThinkPad T480 or ASUS ROG Strix G15 G513), you can:

  1. Find specifications on the brand’s official website (section “Support” or “Downloads”);
  2. View User Manual (user manual);
  3. Use services like NotebookCheck, where technical details are indicated.

Example: For Dell XPS 15 9500 The chipset can be found in the section Specifications → Motherboard on the website Dell. Usually this is a line like Intel HM470.

Where to look for a laptop model?

The model is usually indicated on a sticker on the bottom of the case (for example, HP Pavilion 15-eg0004ur). It can also be found:

- In documents for the laptop;

- In system properties (Win + Pause/Break);

- Through the team wmic csproduct get name in CMD.

6. Features for Linux and macOS

Users Linux can find out the chipset through the terminal. The most effective teams:

lspci | grep -i "bridge"

This command will list the controllers associated with the chipset. For example:

00:00.0 Host bridge: Intel Corporation 11th Gen Core Processor Host Bridge/DRAM Registers (rev 01)

00:1f.0 ISA bridge: Intel Corporation Tiger Lake-LP LPC Controller (rev 20)

For macOS use:

system_profiler SPHardwareDataType | grep "Chipset"

However, on MacBook the chipset is often integrated into the processor (e.g. Apple M1/M2 does not have a separate chipset in the classical sense).

7. What to do if the chipset is not detected?

If none of the methods worked, the reasons may be as follows:

  • 🔌 Laptop uses SoC (system on a chip), where the chipset is integrated into the processor (for example, Intel Core i7-1165G7 with Tiger Lake-UP3);
  • 🛠️ Outdated version of BIOS or drivers;
  • 🖥️ The laptop is assembled on the basis of a non-standard motherboard (found in little-known brands).

Solutions:

  1. Update chipset drivers via Intel Driver & Support Assistant (for Intel) or AMD Support;
  2. Check your laptop for availability integrated graphics - often the chipset coincides with the generation of the built-in video core (for example, Intel UHD Graphics 620 corresponds to series chipsets 300);
  3. Contact the manufacturer's support with a request for Motherboard Schematic (board diagram).
💡

On laptops with processors AMD Ryzen 4000/5000 chipset is often referred to as FP6 or FP7 (For example, AMD B550 for desktop PCs (not used in laptops).

FAQ: Frequently asked questions about laptop chipsets

Is it possible to replace the chipset on a laptop?

No, the chipset is soldered to the motherboard. Replacing it is only possible by replacing the entire board, which is not economically feasible. The exception is service centers, which sometimes resolder chipsets at the chip level (the cost is comparable to buying a new laptop).

How does the chipset affect performance?

Chipset defines:

  • 🔄 Type and frequency support RAM (For example, DDR4-3200 vs LPDDR4X-4266);
  • 💾 Number and type of ports (SATA, M.2 NVMe, USB 3.2 Gen 2);
  • 🖥️ Overclocking options (usually blocked on laptops).

For example, chipset Intel HM570 supports up to 128 GB DDR4, and AMD B550 - up to 64 GB DDR4/LPDDR4.

Why doesn't CPU-Z show the chipset?

Reasons:

  • 🔄 Outdated version of the program (update CPU-Z up to the latest version);
  • 🖥️ Laptop based ARM- processor (for example, Qualcomm Snapdragon or Apple M1);
  • 🛠️ The chipset is integrated into the processor (typical for AMD Ryzen 4000+).

Try it HWiNFO — it better recognizes non-standard configurations.

How to find out the chipset on a laptop with Windows 11?

Methods are identical Windows 10. Additionally, you can use the built-in utility msinfo32:

  1. Click Win + R, enter msinfo32;
  2. Go to Components → Motherboard;
  3. Check the fields Model And Manufacturer.

However, the chipset is rarely indicated there - most often only the board model.

Is there a difference between desktop and laptop chipsets?

Yes, in principle:

  • 🖥️ Laptops use mobile chipsets (for example, Intel HM570 instead of Z590 for PC). They are optimized for low power consumption and often have reduced features (e.g. fewer lines PCIe);
  • 🔌 Desktop PCs support overclocking, more slots M.2 And SATA.

For example, chipset AMD B550 for PC is not compatible with laptops - they are used there FP6 or FP7.