SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION (0xC1)
What is this error?
A driver wrote to an invalid section of the special pool, corrupting memory. Indicates a driver buffer overrun.
Common causes
- driver buffer overrun
- driver writing past allocated memory
- incompatible driver
- corrupted driver
How to fix it
- Identify faulting driver from minidump
- update or remove it
- disable Driver Verifier if it was used to detect this
Too many steps? Crashless can diagnose this automatically — checks your drivers, temps, VRAM, and 400+ known error patterns.
Get free AI diagnosis Detailed analysis
Bug check 0x000000C1 (SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION) means a driver wrote past the end of its allocated memory in the special pool. This is caught by Windows special pool allocator (often enabled via Driver Verifier). The minidump directly identifies the offending driver. Fixes:
- The minidump will name the faulting driver — update or remove it,
- If you enabled Driver Verifier to find this: great, you found the bad driver, now disable Verifier (verifier /reset) and reboot,
- If this appeared without Driver Verifier: a random driver corruption was caught — update all drivers,
- Run memtest86 to ensure RAM is not contributing to the corruption.
When to seek help
If this error keeps happening after trying the fixes above, it may point to a deeper hardware or system issue. Consider professional help if:
- The crash occurs across multiple games or applications
- You see the same error after a clean Windows install
- Your PC is less than a year old (could be a warranty issue)
- You smell burning or hear unusual sounds from your PC
Or let Crashless do the deep analysis for you -- our AI checks drivers, temps, event logs, and 400+ known patterns automatically.
Chat with AI about SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION (0xC1)
Describe your setup and get a personalized diagnosis in seconds. Free, no signup needed.
Get AI diagnosis Chat with AI about this error
Describe your setup and what you were doing when the crash happened. Our AI checks against 400+ known crash patterns — free, no download needed.
Let Crashless handle it
The desktop app scans your drivers, temps, VRAM, event logs, and 400+ known patterns — then walks you through the fix step by step.