The chipset is the “heart” of the laptop motherboard, responsible for the interaction of the processor, RAM, storage devices and peripheral devices. Knowing the exact chipset model may be necessary when upgrading components, diagnosing faults, or selecting compatible equipment. However, manufacturers rarely indicate this information on the device body or in the basic documentation.
In this article we will look at 7 proven methods identify the chipset on laptops running Windows 10/11, Linux and even without starting the operating system. You'll learn how to use built-in system utilities, specialized software, and hardware techniques—from simply viewing information in Device Manager before analyzing the markings on the motherboard. Particular emphasis is placed on nuances for laptops ASUS, Lenovo, HP And Dell, where standard methods may provide incomplete information.
1. Method: Windows Device Manager
The fastest and safest method is to use the built-in utility Device Manager. It fits all versions Windows and does not require installation of additional software. However, there is a nuance: in some cases, it is not the chipset that is displayed here, but north/south bridge (For example, Intel HM77 instead of the full name of the chipset).
To open the manager:
- 🖱️ Click
Win + Xand select "Device Manager" in the menu. - 🔍 Expand the thread "System devices».
- 📋 Look for posts with titles like Intel Chipset, AMD FCH or NVIDIA nForce.
If there are several similar devices in the list, pay attention to those that contain the words LPC Controller, SMBus Controller or PCI-to-PCI Bridge - they usually refer to the chipset. For example, for laptops Lenovo ThinkPad T480 may mean here Intel CM246, and for ASUS ROG Zephyrus G14 — AMD B550.
⚠️ Attention: On some laptops with hybrid graphics (for example, Intel + NVIDIA) in system devices video card components can be displayed. Don't be confused NVIDIA GeForce with chipset - the latter always refers to Intel, AMD or rarely Qualcomm (in ARM laptops).
- ASUS
- Lenovo
- HP
- Dell
- Acer
- Apple
- Other
2. Method: Command line and WMIC
For users who prefer text commands, the utility is suitable WMIC (Windows Management Instrumentation Command-line). It allows you to get chipset data without a graphical interface. The method works even in Safe Mode or damaged system files.
Open Command Prompt as Administrator (Win + X → Terminal (Administrator)) and enter:
wmic baseboard get product,manufacturer,version
This command will display information about the motherboard, which often includes the name of the chipset. For example, for a laptop Dell XPS 15 the result might look like this:
Manufacturer Product Version
Dell Inc. 0T774M A00
To clarify the chipset model, use the additional command:
wmic path win32_PnPEntity where "Name like '%PCI%'" get Name
In the output, look for lines with Intel or AMD - for example, Intel(R) 100 Series/C230 Series Chipset Family. For laptops HP Pavilion may mean here AMD B450 or Intel H470.
If the command returned an empty result, try running Command Prompt as an administrator or check the integrity of system files with the command sfc /scannow.
3. Method: Third-party utilities (CPU-Z, HWiNFO, AIDA64)
Specialized programs provide the most complete information about the chipset, including its revision, supported technologies (for example, PCIe 4.0 or NVMe) and even pinout diagrams. Let's look at the top 3 utilities:
| Program | Benefits | Disadvantages | Link |
|---|---|---|---|
| CPU-Z | Free, portable version, shows north/south bridge separately. | There is no detailed information about supported devices. | cpuid.com |
| HWiNFO | The most detailed information, including chipset temperature and BIOS version. | The interface is overloaded with data and can be difficult for beginners. | hwinfo.com |
| AIDA64 | Paid, but there is a trial version. Shows compatibility with RAM and storage. | The free version has limited functionality. | aida64.com |
Usage example CPU-Z:
- Download and run the program (no installation required).
- Go to the tab
Mainboard. - In the field
Chipsetthe model will be indicated (for example, Intel Z690 for MSI Katana GF66). - On the tab
SPDYou can check the compatibility of the RAM with the chipset.
⚠️ Attention: In laptops with AMD Ryzen 5000/6000 (For example, Lenovo Legion 5) utilities can show the chipset as AMD Renoir or AMD Cezanne are code names for the platform, not the chipset model. In this case, look for the line FCH (For example, AMD B550 FCH).
Run HWiNFO in Summary mode|Find the Motherboard section|Check the Northbridge and Southbridge lines|Compare the data with the official laptop documentation-->
4. Method: laptop BIOS/UEFI
Chipset information is always available in the BIOS, but its location depends on the manufacturer. This method is useful if Windows does not load or you suspect viral activity that is corrupting data in the OS.
To enter BIOS:
- 🔄 Reboot your laptop and press the enter key (usually
F2,Del,EscorF12). For Lenovo button may be requiredNovo Button(next to the power connector). - 🔍 In the section
Main,System InformationorAdvancedlook for the lines:Chipset RevisionNorth Bridge/South BridgePCH Version(for chipsets Intel)
Examples for different brands:
- 💻 ASUS ROG Strix: section
Advanced → System Agent Configuration. - 💻 HP Omen: tab
System Information → Product Information. - 💻 Dell Inspiron: section
Main → BIOS Information(chipset can be specified asPCH).
If the BIOS does not explicitly indicate the chipset, pay attention to ME (Management Engine) version for Intel or AGESA for AMD — this data will help identify the platform through the manufacturer’s official documents.
How can I find documentation for my chipset?
If only the code is specified in the BIOS (for example, Intel KBP), go to the website Intel ARK or AMD Support. Enter the code into the search - the system will show the full name of the chipset and its specifications, including supported processors and memory.
5. Method: Visual inspection of the motherboard
If the laptop is collapsible (for example, Lenovo ThinkPad or Dell Latitude), you can identify the chipset by the markings on the motherboard. This method requires accuracy, but gives a 100% accurate result.
Algorithm of actions:
- 🛠️ Disconnect the laptop from the network and remove the battery.
- 🔧 Remove the bottom cover (a screwdriver may be required
PH00orT5). - 🔍 Find a large chip next to the processor - it is usually covered by a heatsink or has a marking Intel/AMD.
- 📸 Take a photo of the inscriptions on the chip (for example,
B560EorX570).
Marking examples:
- 🔹 Intel:
QM77,HM175,CM246. - 🔹 AMD:
B450,X570,FP6(for mobile chipsets).
⚠️ Attention: On some laptops (eg Apple MacBook or Microsoft Surface) the chipset is integrated into the processor (SoC) and does not have a separate marking. In this case, use the methods for Linux (Section 6) or check your model documentation.
Visual inspection is the only way to identify the chipset on laptops with a damaged OS or missing access to the BIOS (for example, when resetting a password).
6. Method: Linux commands (lspci, dmidecode)
Users Linux (including Ubuntu, Fedora or Arch) can detect the chipset through the terminal. The method is universal and works even on older distributions.
Use the command lspci to view PCI devices:
lspci | grep -i "bridge"
In the output, look for lines like:
00:1f.0 ISA bridge: Intel Corporation 100 Series/C230 Series Chipset Family
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port
For more detailed information use dmidecode (requires rights sudo):
sudo dmidecode -t baseboard
The result may include:
- 📌
Product Name: motherboard model (eg Lenovo 20L6S2N900). - 📌
Version: chipset revision (for example,1.0for AMD B550).
If the data is incomplete, install the utility inxi:
sudo apt install inxi # Для Debian/Ubuntu
inxi -M
Sample output for laptop Acer Swift 3:
Machine:
Type: Laptop
System: Acer product: SF314-59 v: V1.03
Mobility: Intel Comet Lake PCH
7. Method: Online services by laptop model
If none of the above methods work, use the manufacturer's database. This method is suitable for laptops of any brand, but requires knowledge of the exact model of the device.
How to find information:
- 🏷️ Find the sticker on the back of the laptop with the model (for example, HP Pavilion 15-eg0004ur).
- 🌐 Go to the official website of the manufacturer:
- Lenovo: pcsupport.lenovo.com
- Dell: dell.com/support
- ASUS: asus.com/support
Example for Lenovo IdeaPad 5:
- On the support page, select the "Specs».
- Find the section "Chipset Intel H-Series or AMD B550.
- Download "Hardware Maintenance Manual" (PDF) for motherboard schematic.
⚠️ Attention: On the websites of some manufacturers (for example, Acer or MSI) chipset information may be hidden behind the "Drivers" In this case, download the driver for the chipset - its name will contain the model (for example, Intel_Chipset_Driver_Z390_Win10_64.zip).
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 and cannot be replaced without completely dismantling the components. The exception is laptops with modular architecture (for example, Framework Laptop), where the entire motherboard is replaced.
How does the chipset affect performance?
🔄 Chipset defines:
- 🚀 Maximum frequency
PCIe(For example,PCIe 4.0vs3.0). - 🖥️ Number of lines
PCIefor video cards and storage devices. - 🔄 Support
NVMe,SATA IIIorUSB 3.2 Gen 2.
For example, chipset Intel H470 supports up to 20 lines PCIe 3.0, and AMD X570 - up to 24 lines PCIe 4.0.
Why does Device Manager show an unknown chipset?
⚠️ This happens due to:
- 🔄 Lack of driver (download it from the laptop manufacturer’s website).
- 🛠️ Damage to system files (run
sfc /scannow). - 🔍 Rare chipset (for example, Qualcomm Snapdragon on ARM laptops).
How to find out the chipset on a MacBook?
🍎 B MacBook (starting from 2020) chip is used Apple Silicon (M1/M2), where the chipset is integrated into the processor. For models with Intel (until 2020):
- Open "About this Mac» → «System report».
- Go to the section "Equipment» → «PCI controller».
- Look for lines with Intel (For example,
Intel 8 Series Chipset).
Is it possible to upgrade the chipset?
⚙️ You can only update firmware (microcode) chipset via BIOS. To do this:
- Download the latest BIOS from the manufacturer's website.
- Update it through a utility (for example, Lenovo Vantage or Dell Update).
⚠️ Do not interrupt the update process - this may lead to laptop malfunction.