PCI Simple Communications Controller driver
Updated Sep 17, 2026
PCI Simple Communications Controller is the generic name Windows gives to a device of the “simple communication controller” class when no driver is installed. On nearly all modern laptops and desktops with an Intel processor this device is the Intel Management Engine Interface (Intel MEI, also called HECI).
What is Intel Management Engine Interface?
Intel chipsets contain a small independent microcontroller — the Management Engine (Intel ME / CSME). It handles firmware-level tasks such as platform security, firmware updates, Intel AMT remote management on business PCs and parts of power management. The MEI driver lets Windows and Intel software talk to it. Without the driver the computer still works, but firmware update tools, some power features and Intel software that relies on ME will not.
Step 1. Confirm it is Intel MEI
- In Device Manager right-click PCI Simple Communications Controller → Properties → Details → Hardware Ids.
- If the ID starts with
PCI\VEN_8086, it is an Intel device. Compare theDEV_code with the table below — MEI controllers typically have device IDs ending in 3A, BA or E0 (for exampleDEV_A13A,DEV_9D3A,DEV_A0E0). - An Intel ID ending in 3D (for example
DEV_1E3D) is the Intel AMT Serial-over-LAN port on business PCs; its driver ships in the same MEI/AMT package. A device from another vendor (for example a modem) needs its own driver — search for the exact ID.
Step 2. Install the Intel MEI driver
Choose the version that matches your Windows version. Newer MEI packages support recent platforms and Windows 10/11; for PCs from 2012–2015 an older package may be required.
- Intel Management Engine Interface Driver 2603.9.4.0 (Jan 13, 2026, Windows 10, 11)
- Intel Management Engine Interface (MEI/AMT) Driver 2406.5.5.0 (Feb 8, 2024, Windows 8.1–11)
- Intel Management Engine Interface (MEI/AMT) Driver 2316.5.0.0 (Aug 28, 2023, Windows 10, 11)
- Intel Management Engine Interface (MEI/AMT) Driver 2302.4.5.0 (Apr 3, 2023, Windows 7, 8.1, 10)
- Intel Management Engine Interface (MEI/AMT) Driver 2211.2.3.0 (Mar 10, 2022, Windows 10, 11)
- Download the package and run the setup file as administrator (for archives, extract first and run
SetupME.exeorsetup.exeif present). - If there is no installer, use Device Manager → right-click the device → Update driver → Browse my computer for drivers → select the extracted folder with subfolders.
- Restart. The device moves to System devices as Intel(R) Management Engine Interface.
For brand laptops, the MEI driver from the laptop maker’s support page (category “Chipset” or “Security”) is the safest choice, because it matches the ME firmware version installed on your machine.
Intel MEI controllers in our catalog
| Hardware ID | Device | Drivers |
|---|---|---|
| PCI\VEN_8086&DEV_7AE8 | Management Engine Interface (ME16.0 - ADL-S) | 6 |
| PCI\VEN_8086&DEV_51E0 | Management Engine Interface (ME16.0 - ADL-P) | 6 |
| PCI\VEN_8086&DEV_43E0 | Management Engine Interface (ME15.0 - TGL-H) | 6 |
| PCI\VEN_8086&DEV_A0E0 | Management Engine Interface (ME15.0 - TGL-LP) | 6 |
| PCI\VEN_8086&DEV_06E0 | Management Engine Interface | 7 |
| PCI\VEN_8086&DEV_02E0 | Management Engine Interface | 7 |
| PCI\VEN_8086&DEV_A3BA | Management Engine Interface | 7 |
| PCI\VEN_8086&DEV_A360 | Management Engine Interface | 10 |
| PCI\VEN_8086&DEV_9DE0 | Management Engine Interface | 8 |
| PCI\VEN_8086&DEV_A2BA | Management Engine Interface | 9 |
| PCI\VEN_8086&DEV_A13A | Sunrise Point-H CSME HECI #1 | 13 |
| PCI\VEN_8086&DEV_9D3A | Sunrise Point-LP CSME HECI #1 | 11 |
| PCI\VEN_8086&DEV_9CBA | Wildcat Point-LP MEI Controller #1 | 14 |
| PCI\VEN_8086&DEV_8C3A | 8 Series/C220 Series Chipset Family MEI Controller #1 | 11 |
| PCI\VEN_8086&DEV_9C3A | 8 Series HECI #0 | 6 |
| PCI\VEN_8086&DEV_1E3A | 7 Series/C210 Series Chipset Family MEI Controller #1 | 9 |
| PCI\VEN_8086&DEV_1C3A | 6 Series/C200 Series Chipset Family MEI Controller #1 | 9 |
| PCI\VEN_8086&DEV_3B64 | 5 Series/3400 Series Chipset HECI Controller | 2 |
| PCI\VEN_8086&DEV_8D3A | C610/X99 series chipset MEI Controller #1 | 7 |
| PCI\VEN_8086&DEV_3DE0 | Management Engine Interface | 7 |
Troubleshooting
- “This platform is not supported” during setup — the package is too new or too old for your chipset. Pick a version whose supported IDs include yours.
- Code 10 after installation — the ME firmware may be disabled in BIOS or outdated. Check BIOS settings and the manufacturer’s firmware updates, or see Code 10 fixes.
- Other unknown chipset devices usually need Intel Chipset Device Software as well.