← All articles

Troubleshoot 0x10E or 0xC1 Blue Screens in Windows 7/Vista (Historical)

Historical guidance for Windows 7/Vista crashes with VIDEO_MEMORY_MANAGEMENT_INTERNAL (0x10E) or SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION (0xC1).

By Shantanu2 min read
Troubleshoot 0x10E or 0xC1 Blue Screens in Windows 7/Vista (Historical)

Historical support note: Windows 7 and Windows Vista are no longer supported by Microsoft.

The original article treated 0x0000010E and 0x000000C1 as closely related blue screens. They are different bug checks and should be diagnosed separately.

0x10E — VIDEO_MEMORY_MANAGEMENT_INTERNAL

Microsoft states that 0x10E means the video memory manager encountered a condition it could not recover from, and that the problem is usually caused by a video driver behaving improperly.

For a Windows 7 system:

  1. Install the display driver intended for the exact PC or graphics adapter.
  2. On systems with switchable/hybrid graphics, use the OEM-supported driver combination rather than mixing arbitrary Intel/AMD/NVIDIA packages.
  3. If the problem began immediately after a graphics-driver update, roll back to the previously stable OEM driver.
  4. Check the system manufacturer’s firmware and graphics-support notes.

0xC1 — SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION

Microsoft defines 0xC1 as a driver writing to an invalid section of the special pool. It is therefore primarily a driver/debugging problem, not simply a sign that the PC needs more RAM.

If a recently installed driver or low-level utility preceded the crash, update or remove it and retest.

What about memory testing?

Faulty RAM can cause many forms of instability, so a memory diagnostic can still be useful when crashes are inconsistent or other symptoms point to hardware. However, simply adding more memory is not a supported generic repair for either 0x10E or 0xC1.

The old one-off hotfix links in the original article are not carried forward as universal fixes; a historical hotfix only applies to the exact symptoms and build documented by its KB article.

Official references