Software⏱️ 3 min read📅 2026-05-29

How to Fix: Windows 11 BSOD after installing Visual Studio - have bootable drive settin

Quick Answer: Check if boot order has been changed in BIOS settings, as installing Visual Studio may have altered the boot priority.

The error message 'BAD_POOL_HEADER' typically indicates a memory corruption issue, which can be caused by various factors including driver issues, malware infections, or hardware problems. In your case, the recent installation of Visual Studio might have inadvertently changed bootable drive settings, causing the issue.

⚠️ Common Causes

  • Outdated or corrupted drivers
  • Malware infections
  • Hardware problems, such as faulty RAM or a failing hard drive

🛠️ Step-by-Step Verified Fixes

Method 1: Reset Visual Studio to its default settings

  1. Step 1: Open the Control Panel and go to 'Programs and Features' (or 'Apps & Features' in Windows 11)
  2. Step 2: Locate Visual Studio in the list of installed programs, right-click it, and select 'Uninstall'
  3. Step 3: Restart your computer and try installing Visual Studio again

Method 2: Update drivers for Visual Studio

  1. Step 1: Open the Device Manager (Press Windows + X and select Device Manager)
  2. Step 2: Locate the Visual Studio drivers in the list of devices, right-click them, and select 'Update driver'
  3. Step 3: Follow the prompts to update the drivers

Method 3: Run a System File Checker (SFC) scan

  1. Step 1: Open the Command Prompt as an administrator (Right-click on the Start button and select 'Command Prompt (Admin)')
  2. Step 2: Type the command `sfc /scannow` and press Enter
  3. Step 3: Wait for the scan to complete, then restart your computer and try installing Visual Studio again

💡 Conclusion

By following these steps, you should be able to resolve the 'BAD_POOL_HEADER' error and get Visual Studio installed successfully on your Windows 11 system.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions