The motherboard chipset is the “brain” of the laptop, responsible for the interaction of the processor, RAM, storage devices and peripheral devices. Knowing the chipset model is critical when upgrading components, diagnosing faults, or selecting compatible equipment. For example, support depends on the chipset PCIe 4.0, maximum volume RAM, number of lines M.2 and even the ability to overclock the processor.
However, laptop manufacturers rarely indicate the chipset model in the documentation or on the device case. Unlike desktop PCs, where the chipset is often labeled on the motherboard itself, in laptops this information is hidden. In the article we will analyze 7 working methods - from built-in tools Windows before hardware analysis via Linux and physical disassembly. Each method is illustrated with screenshots and step-by-step instructions, adapted to different levels of user experience.
1. Determining the chipset through Windows Device Manager
The fastest and safest method is to use the built-in operating system tools. Device Manager displays the main components of the laptop, including chipset controllers, but requires proper interpretation of the data.
To open Device Manager, press the keyboard shortcut Win + X and select the appropriate item. Or enter in search devmgmt.msc and run the utility as administrator. In the list of devices, expand the branch "System devices". Here you need to find entries with names:
- 🔹 Intel(R) Chipset - for laptops with processors Intel (For example,
Intel(R) HM77 Express Chipset). - 🔹 AMD Chipset or FCH - for devices based on AMD (For example,
AMD FCH A70M). - 🔹 PCI-to-PCI Bridge — may contain the name of the chipset in the description.
- 🔹 LPC Controller - often indicates a southbridge model (for example,
Intel(R) 8 Series LPC Controller).
If there are no explicit mentions of the chipset in "System Devices", check the thread "IDE ATA/ATAPI Controllers". May appear here SATA controller, the name of which encrypts the chipset model (for example, Standard SATA AHCI Controller with code VEN_8086 - this is Intel).
⚠️ Attention: On some laptops (especially those with OEM firmware) device names in the “Manager” can be replaced with common ones, for example “Standard System Device”. In this case, you will need to update the chipset drivers through the official website of the laptop manufacturer.
2. Using the Command Line and PowerShell
Command line and PowerShell allow you to get detailed information about the hardware, including the chipset. These methods are universal and work even on a “bare” system without installed drivers.
Open Command line on behalf of the administrator (via Win + X) and run the commands sequentially:
wmic baseboard get product, manufacturer, version
systeminfo | findstr /B /C:"System Manufacturer" /C:"System Model"
The first command will output the motherboard model (for example, HM76 for Intel or Bolton-M3 for AMD), and the second - the manufacturer and model of the laptop. However, these data are indirect. To accurately determine the chipset, use:
wmic path win32_PnPSignedDriver | select DeviceName, DriverVersion | find "PCI"
In the results, look for lines mentioning PCI-to-PCI Bridge or LPC Controller. Device code (for example, VEN_8086&DEV_1E56) can be decrypted through the database PCI Lookup.
- Device Manager
- Command line
- Third party utilities
- Never defined
- Another way
For PowerShell the command will do:
Get-WmiObject Win32_PnPSignedDriver | Where-Object {$_.DeviceName -like "*PCI*"} | Select-Object DeviceName, DriverVersion
This method is especially useful for laptops with UEFI, where some information about the chipset may be hidden in the firmware.
3. Third-party utilities: CPU-Z, HWiNFO, AIDA64
If system tools do not produce results, specialized programs will come to the rescue. They analyze hardware at a low level and often show data not available through Windows.
Let's look at the top 3 utilities:
| Utility | How to find a chipset | Benefits | Disadvantages |
|---|---|---|---|
| CPU-Z | Tab Mainboard → field Chipset And Southbridge |
Free, portable version, supports older laptops | Doesn't always recognize OEM chipsets in laptops |
| HWiNFO | Section Motherboard → Chipset And Northbridge/Southbridge |
Maximum detailed information, support Linux | The interface is overloaded with data and can be difficult for beginners |
| AIDA64 | Section System board → Chipset |
Support for laptops of all brands, export reports | Paid license for full functionality |
Sample report in CPU-Z for laptop Lenovo ThinkPad T480:
- 📌 Chipset:
Intel CM246(for processors 8th generation). - 📌 Southbridge:
Intel PCH(built into the chipset).
⚠️ Attention: In laptops with hybrid graphics (for example, NVIDIA Optimus) utilities may show the GPU chipset instead of the motherboard. In this case, pay attention to the section Mainboard, not Graphics.
☑️ Preparing to use utilities
4. View information in BIOS/UEFI
BIOS or its modern equivalent UEFI contain low-level data about the laptop configuration, including the chipset. This method is operating system independent and works even on faulty devices.
To log in BIOS/UEFI, restart your laptop and click:
- 🔄 For ASUS, Lenovo, Acer:
F2orDel. - 🔄 For HP, Dell:
F10orEsc(thenF1). - 🔄 For MSI, Gigabyte:
F12orF1.
In the interface BIOS look for sections:
- 🔧 Main or System Information - there may be a string here
Chipset ModelorNorthbridge. - 🔧 Advanced → Chipset Configuration - in some firmware (for example, AMI BIOS).
- 🔧 Exit → System Summary - in UEFI from InsydeH2O (used in HP, Lenovo).
Laptop example Dell XPS 15:
System Information:BIOS Version: 1.12.0
Chipset: Intel HM70
Processor: Intel Core i7-7700HQ
If the BIOS does not contain information about the chipset, try updating the firmware through the manufacturer's official website. New versions often add hardware detail.
5. Physical inspection of the motherboard
If the software methods do not work, all that remains is to disassemble the laptop and inspect the motherboard. This method is suitable for experienced users, as it requires accuracy and knowledge of the design of the device.
Before disassembly:
- Unplug the laptop and remove the battery.
- Prepare your screwdriver Torx T5/T6 or Phillips #00 (depending on model).
- Take a photo of the location of the screws and cables - this will help with reassembly.
On the motherboard, look for the chipset markings:
- 🔍 Northbridge: usually a large chip next to the processor, labeled as
Intel XXXXorAMD XXXX(For example,Intel HM77). - 🔍 Southbridge: smaller chip, often labeled
PCH(For example,Intel BD82HM76). - 🔍 Code designations: if there is no explicit name, write down the code (for example,
SLJ9K) and find it in the database Intel ARK or AMD Support.
Example of markings on a laptop board HP Pavilion 15:
Чип рядом с CPU: Intel HM86 (северный мост)
Чип у разъёмов SATA: BD82HM86 PCH (южный мост)
⚠️ Attention: In ultrabooks (for example, MacBook Air or Dell XPS 13) the chipset is often integrated into the processor and is not separately labeled. In this case, the model can only be determined through software methods or documentation.
What to do if there are no markings on the board?
In some laptops (especially budget ones), the chipset may be hidden under a heatsink or thermal pad. In this case, it is recommended to use utilities like HWiNFO with start in mode Sensors-only, which analyzes the processor microcode to determine the system configuration.
6. Determining the chipset by laptop model
If you know the exact laptop model, the chipset can be found in official documentation or databases. This method does not require disassembly or software installation.
Algorithm of actions:
- Find your laptop model:
- 🏷️ On a sticker on the bottom (for example,
Lenovo IdeaPad 330-15IKBR). - 🏷️ B
System Information(msinfo32). - 🏷️ On the box or in the purchase receipt.
- 🏷️ On a sticker on the bottom (for example,
- Go to the manufacturer's website:
- Look for lines like:
- 🔍
Chipset: Intel HM370. - 🔍
Northbridge: AMD A70M. - 🔍
Platform Controller Hub (PCH): Intel CM238.
- 🔍
Laptop example Acer Aspire 5 A515-54G:
Specifications:Processor: Intel Core i5-10210U
Chipset: Intel Comet Lake-U PCH-LP Premium
Graphics: NVIDIA GeForce MX250
If there is no data on the manufacturer’s website, use databases of third-party services:
- 📊 NotebookCheck — enter the model into the search and go to the tab Specifications.
- 📊 CPU-World - for laptops with processors AMD.
Even if the specifications indicate only the processor (for example, Intel Core i7-1165G7), the chipset can be determined by CPU generation: for Tiger Lake (11th generation) it will be Intel Tiger Lake-U PCH-LP.
7. Alternative methods: Linux, MacOS and online services
If you have installed Linux or MacOS, or you want to use online tools, these methods will help you identify the chipset without Windows.
For Linux (Ubuntu, Debian, Fedora):
Open a terminal and run the commands:
sudo lshw -class bridge
sudo dmidecode -t baseboard
In the results, look for the lines:
description: PCI bridgeproduct: 8 Series Chipset # Например, для Intel Haswell
vendor: Intel Corporation
For MacOS:
Open Terminal and enter:
system_profiler SPHardwareDataType | grep "Chipset"
Or use the utility Macs Fan Control, which displays the hardware configuration.
Online services:
- 🌐 CPU-Z Online — download the report from your PC and analyze it on the website.
- 🌐 UserBenchmark — after the test it will show the chipset model in the section Motherboard.
Sample report UserBenchmark for laptop MSI GF63:
Motherboard: MSI MS-16R4 Chipset: Intel HM470
RAM: 16GB DDR4
FAQ: Frequently asked questions about laptop chipsets
Is it possible to replace the chipset on a laptop?
No, the chipset is soldered into the motherboard and cannot be replaced separately. If it fails, the entire board must be replaced.
How does the chipset affect laptop performance?
Chipset defines:
- 🔹 Data exchange speed between CPU, RAM and GPU (for example,
PCIe 3.0vsPCIe 4.0). - 🔹 Number of supported drives M.2 and their protocol (SATA or NVMe).
- 🔹 Possibility of overclocking the processor (for example, chipsets Intel Z-series support overclocking, and H-series - no).
Why doesn't the chipset show up in Device Manager?
Reasons:
- 🔹 Universal drivers installed Microsoft instead of original ones from the manufacturer.
- 🔹 The chipset is integrated into the processor (relevant for Intel 10th generation and newer).
- 🔹 Laptop uses SoC (For example, Apple M1 or Qualcomm Snapdragon), where the chipset is missing as a separate component.
Solution: Update drivers via Intel Driver & Support Assistant or AMD Driver Auto-Detect.
How to find out the chipset on a laptop with an ARM processor (for example, Apple M1 or Qualcomm)?
In devices on ARM (For example, MacBook with M1/M2 or Surface Pro X) there is no traditional chipset. Its functions are performed by the processor itself (SoC). To check:
- 🍎 On MacOS: open About this Mac → System report → Hardware.
- 🪟 On Windows with Qualcomm: use AIDA64 - in the section Motherboard will be indicated
Qualcomm Snapdragon X Elite(or other model SoC).
Where can I find drivers for the chipset after identifying the model?
Download drivers from official sources:
- 🔹 For Intel: Intel Download Center → section Chipset.
- 🔹 For AMD: Lenovo or HP) → enter the device model.
Install drivers in order: 1) Chipset → 2) Video card → 3) Network adapters.