How to fix Bad System Config Info error in Windows 10

"Bad System Config Info" is a common bug check error on Windows 10 systems. It is mainly caused by corrupted system files, registry, or boot order files in Boot Configuration Data (BCD), or old files conflicting with new, more stable files. This error is commonly known as the Blue Screen of Death (BSoD) error.

Bug testing errors can also be caused by:

  • Hardware failure
  • Incorrect system settings
  • Driver broken
  • Install important updates

Here are some ways to fix the "Bad System Config Info" error in Windows 10.

  • How to create a blue screen of death (BSOD) to prank your friends
  • How to Fix "Critical Process Died" Blue Screen Error in Windows 10
  • Preventing "blue screen errors" on Windows 8

How to fix Bad System Config Info error

1. Restart the system

The first fix is ​​always the easiest: Restart your computer. Turning your computer off and back on will fix many problems. Before you start trying other fixes, restart your computer and see if that fixes the "Bad System Config Info" error.

2. Check hardware

For some, it may seem like a daunting task to get inside your PC and start messing with physical components. However, faulty hardware like RAM or a faulty hard drive can cause this error.

How to fix Bad System Config Info error in Windows 10
Your RAM sticks should look something like this. Make sure they are nice and fit in their places

If you are comfortable opening up your PC, you can look inside to make sure the RAM is properly seated in the slots and the hard drive SATA cables are properly connected. These checks should not take more than a few minutes.

Assuming your RAM and hard drive are installed correctly, you should check the status of your RAM and hard drive. WebTech360 has detailed instructions for both of these tests. Interested readers can refer to:

If you get bad results in both tests, this could be the cause of the error and the best solution to fix this problem is to replace the hardware.

3. Uninstall apps and updates

Some users reported that the BAD_SYSTEM_CONFIG_INFO error appeared after they installed a new application or Windows update . In this case, the best way to resolve the incompatibility issue is to uninstall the problematic application or update to resolve this error.

How to fix Bad System Config Info error in Windows 10
Uninstall problematic apps and updates

4. Update driver

Incompatible or out of date drivers can cause a variety of problems such as preventing users from using certain hardware. It can even cause blue screen of death errors like "Bad System Config Info".

To solve this problem, you should update your drivers regularly to ensure that key components are using the latest drivers.

  • Check if the device is using the latest driver.
  • Go to the manufacturer's website, download the latest driver (Only choose drivers compatible with Windows 10 version).
  • Install and update drivers.

Note: You need to install and update the required drivers to fix the problem successfully.

5. Use the bcdedit command

Incorrect system configuration or memory and processor values ​​in the configuration file can also cause the "Bad System Config Info" error, preventing access to Windows 10.

To fix this, activate Windows 10 to access the Advanced Startup menu:

Step 1. Click Start .

Step 2. Click on the power button.

How to fix Bad System Config Info error in Windows 10

Step 3. Press and hold the Shift key , then click Restart .

Step 4. The Choose an Option screen appears, select Troubleshoot .

How to fix Bad System Config Info error in Windows 10

Step 5. In the Troubleshoot window, select Advanced Options .

How to fix Bad System Config Info error in Windows 10

Step 6. In the Advanced Options window, select Command Prompt .

How to fix Bad System Config Info error in Windows 10

Step 7. The computer will restart and then display a blue Command Prompt screen. Select the account to continue, then press Enter and enter the password for the account.

Step 8. Type the following line into Command Prompt.

bcdedit/deletevalue {default} numproc bcdedit/deletevalue {default} truncatememory

Step 9. Close Command Prompt.

Step 10. Start Windows 10.

6. Run SFC and CHKDSK

A persistent "Bad System Config Info" error may indicate that the file system is corrupted. Sometimes, important Windows system files can become corrupted and cause problems. Windows System File Check (SFC) is a built-in Windows system tool that you can use to check for errors.

However, before running the SFC command, it is important to check that it is working properly. To do this, we use the Deployment Image Servicing and Management (DISM) tool.

Like SFC, DISM is a built-in Windows utility with a variety of functions. In this case, the DISM Restorehealth command ensures that the next step of the repair will work properly. See: Check and Repair Hard Drive Errors with the Chkdsk Command on Windows for details on how to do this.

How to fix Bad System Config Info error in Windows 10
Run SFC and CHKDSK

How to fix a corrupted Windows 10 installation

System errors are the worst thing that can happen to your Windows installation. This article will show you how to get Windows 10 back to normal after experiencing BSODs, driver errors, or other unexplained problems.

Follow these steps.

Step 1: Open Command Prompt with admin rights .

B2: Enter the following command and press Enter :

DISM /online /cleanup-image /restorehealth

B3: Wait for the command to complete. This process may take up to 20 minutes, depending on your system status. The process may seem to stop at certain times, but please be patient and wait for it to complete.

B4: Once the process is complete, type the following command and press Enter.

sfc /scannow

7. Edit BCD file

If the BCD file is corrupted it can cause the "Bad System Config Info" error and deny access to Safe Mode, as well as Windows 10.

To fix this error, you need a Windows 10 bootable USB drive or installation DVD. You can use the Media Creation Tool if you don't have a bootable USB drive. Once you have a bootable USB drive, follow these steps:

Step 1. Plug the USB boot into the computer and boot from it.

Step 2. The Windows 10 setup process will begin.

Step 3. Click Next .

Step 4. Click on Repair your computer .

Step 5 . Select Troubleshoot > Advanced Options > Command Prompt .

Step 6 . Type the following lines into Command Prompt. (Press Enter after each line to execute the command).

bootrec /repairbcd bootrec /osscan bootrec /repairmbr

Step 7. Close Command Prompt.

Step 8. Restart your computer.

Note: The last command you enter will delete and recreate the Master Boot Records, be careful when using it.

8. Repair registry

Some registry problems can cause this error, follow the steps below to fix it.

Step 1. Boot from Windows 10 installation DVD.

Step 2 . Select Troubleshoot > Advanced Options > Command Prompt .

Step 3 . Type the following lines into Command Prompt. (Press Enter after each line to execute the command)

CD C:\Windows\System32\config ren C:\Windows\System32\config\DEFAULT DEFAULT.old ren C:\Windows\System32\config\SAM SAM.old ren C:\Windows\System32\config\SECURITY SECURITY.old ren C:\Windows\System32\config\SOFTWARE SOFTWARE.old ren C:\Windows\System32\config\SYSTEM SYSTEM.old

Note: The folder of each of these commands will be renamed when you press Enter and after finishing, Windows 10 will not use them again. It may be deleted, so you should rename it in case you want to restore the system.

Step 4. Next, enter the following line into Command Prompt.

copy C:\Windows\System32\config\RegBack\DEFAULT C:\Windows\System32\config\ copy C:\Windows\System32\config\RegBack\SAM C:\Windows\System32\config\ copy C:\Windows\System32\config\RegBack\SECURITY C:\Windows\System32\config\ copy C:\Windows\System32\config\RegBack\SYSTEM C:\Windows\System32\config\ copy C:\Windows\System32\config\RegBack\SOFTWARE C:\Windows\System32\config\

These commands will copy the registry backups and replace the old files. After running the commands, close Command Prompt and restart your computer.

9. Restore Windows Registry

The “Bad System Config Info” error can also be related to problems with the Windows Registry. The Windows Registry is essentially a giant internal database that contains important, machine-specific information related to almost everything in the system:

  • System hardware
  • Installed software and drivers
  • System Settings
  • Profile information

Restoring the Windows Registry from a backup should clear up any errors. However, there is a problem with this fix. As of Windows 10 version 1803, there is no automatic backup of the Windows Registry. Before version 1803, Windows would back up the Registry every 10 days using the RegIdleBackup service.

Microsoft has stopped automatic backups to reduce the size of the Windows 10 footprint. Therefore, Microsoft recommends that you use a system restore point to repair a corrupted registry. Before you begin this fix, you may want to check to see if you have a backup of the Windows Registry to restore.

Go to C:\Windows\System32\config\RegBack. This folder contains Windows Registry backups. If the file size shows 0, you cannot use this backup method and should move on to the next section.

If not, read on to learn how to restore the Windows Registry manually .

10. System Restore

How to fix Bad System Config Info error in Windows 10

If the above methods do not resolve the issue, try performing a system restore. Refer to the article How to perform a system restore in Windows for instructions on how to restore.

11. Reset Windows 10

How to fix Bad System Config Info error in Windows 10

This is probably the last method to fix the "Bad System Config Info" error if the above methods do not work. Before resetting, create a backup because this process will delete all files in drive C. Refer to the article Summary of some simple ways to Reset Windows 10 to know how to do it.

Some frequently asked questions

How to find Windows Stop Codes like this and fix them?

There are third-party applications that can help you find stop code in your system scripts. BlueScreenView is the most notable option.

BlueScreenView is a useful, free, portable application that allows you to view minidump files created when Windows crashes and displays a blue screen of death error. The program will display each individual minidump, with information such as the file name of the minidump, the date/time of the crash, and the process that created the minidump. It will also display basic crash information such as the Bug Check Code and 4 parameters. Details about the driver or module that may have caused the crash are reported; this includes the file name, product name, file description, and file version of the driver/module.

The program does not need to be installed on the system. Once downloaded, all the user has to do is unzip the program files and then run the executable. Since it is portable, the program can be used from a USB. The program can also export the minidump information to a text file, which can be used in forums to help diagnose blue screen errors.

How to boot in Safe Mode?

Sometimes the BSoD error makes it difficult to perform any of the fixes suggested in this article. In that case, you can try booting into Safe Mode by holding down the F8 key while Windows starts. Then, switch to Safe Mode before the system finishes loading.

Can Windows automatically fix Bad System Config errors?

Whenever Windows has trouble booting properly, the Windows Automatic Repair tool runs as a way to fix the error. Unfortunately, this isn't always a helpful solution for BSoD errors.

Good luck!

Tags: #System
Sign up and earn $1000 a day ⋙

Leave a Comment

7 Smart Ways to Use Your Monitor Without a Computer

7 Smart Ways to Use Your Monitor Without a Computer

When you think of a monitor, you might imagine it connected to a PC or laptop. However, that monitor can actually work with many other devices.

How to turn off background applications on Windows

How to turn off background applications on Windows

Turning off background applications on Windows 10 will help your computer run less sluggishly and save system resources. The following article by WebTech360 will guide readers on how to turn off background applications on Windows 10.

How to Build the Perfect, Cheap Streaming System in a Tiny Dorm Room

How to Build the Perfect, Cheap Streaming System in a Tiny Dorm Room

After countless hours of using their college laptop and desktop speaker setup, many people discover that a few clever upgrades can turn their cramped dorm space into the ultimate streaming hub without breaking the bank.

8 hidden Windows touchpad gestures that make your workflow lightning fast

8 hidden Windows touchpad gestures that make your workflow lightning fast

A laptop's touchpad isn't just for pointing, clicking, and zooming. The rectangular surface also supports gestures that let you switch between apps, control media playback, manage files, and even view notifications.

How to make Taskbar transparent on Windows 11

How to make Taskbar transparent on Windows 11

Like Windows 10, you can also use third-party software to make Windows 11 Taskbar transparent.

How to invert screen colors using Magnifier Windows 11

How to invert screen colors using Magnifier Windows 11

Using the Magnifier inversion feature on Windows 11 can improve text readability, especially for people who are sensitive to light.

4 ways to pin windows on Windows screen

4 ways to pin windows on Windows screen

If you are wondering how to pin any window to always be on top of other windows (always on top), read this article right away!

Enable XMP to optimize RAM speed

Enable XMP to optimize RAM speed

If you're looking to build your own PC system and decide to invest in some high-speed RAM, how do you make sure your RAM can perform at the advertised speeds?

How to reset Ethernet connection in Windows 11

How to reset Ethernet connection in Windows 11

A quick way to fix the most common wired network problems is to reset your Ethernet connection. Here are the steps to reset your Ethernet connection in Windows 11.

How to add exceptions in Windows Defender on Windows 10

How to add exceptions in Windows Defender on Windows 10

Windows Defender is built into Windows 10 to find malware. To improve performance for tasks like compiling code or running virtual machines, you can add exceptions so Windows Defender will never scan those files.

How to change the default location of the Windows 11 Documents folder

How to change the default location of the Windows 11 Documents folder

If you want, you can move the Documents folder and its contents to another location on your computer, following the instructions below.

Why change default download location in Windows 11?

Why change default download location in Windows 11?

Moving the Download folder from drive C to another drive on Windows 11 will help you reduce the capacity of drive C and will help your computer run smoother.

How to Stop Windows Updates on PC

How to Stop Windows Updates on PC

This is a way to harden and tweak your system so that updates happen on your own schedule, not Microsoft's.

Completely delete the most stubborn files on Windows

Completely delete the most stubborn files on Windows

When you can't open, edit, or delete a file in Windows File Explorer, the file is still open in a program running in the background or something isn't closing properly.

7 Smart Ways to Use Your Monitor Without a Computer

7 Smart Ways to Use Your Monitor Without a Computer

When you think of a monitor, you might imagine it connected to a PC or laptop. However, that monitor can actually work with many other devices.

How to turn off background applications on Windows

How to turn off background applications on Windows

Turning off background applications on Windows 10 will help your computer run less sluggishly and save system resources. The following article by WebTech360 will guide readers on how to turn off background applications on Windows 10.

How to Build the Perfect, Cheap Streaming System in a Tiny Dorm Room

How to Build the Perfect, Cheap Streaming System in a Tiny Dorm Room

After countless hours of using their college laptop and desktop speaker setup, many people discover that a few clever upgrades can turn their cramped dorm space into the ultimate streaming hub without breaking the bank.

8 hidden Windows touchpad gestures that make your workflow lightning fast

8 hidden Windows touchpad gestures that make your workflow lightning fast

A laptop's touchpad isn't just for pointing, clicking, and zooming. The rectangular surface also supports gestures that let you switch between apps, control media playback, manage files, and even view notifications.

How to fix Bad System Config Info error in Windows 10

How to fix Bad System Config Info error in Windows 10

Bad System Config Info is a common bug check error on Windows 10 systems. Let's look at some solutions to fix this issue.

How to make Taskbar transparent on Windows 11

How to make Taskbar transparent on Windows 11

Like Windows 10, you can also use third-party software to make Windows 11 Taskbar transparent.

How to invert screen colors using Magnifier Windows 11

How to invert screen colors using Magnifier Windows 11

Using the Magnifier inversion feature on Windows 11 can improve text readability, especially for people who are sensitive to light.

4 ways to pin windows on Windows screen

4 ways to pin windows on Windows screen

If you are wondering how to pin any window to always be on top of other windows (always on top), read this article right away!

Enable XMP to optimize RAM speed

Enable XMP to optimize RAM speed

If you're looking to build your own PC system and decide to invest in some high-speed RAM, how do you make sure your RAM can perform at the advertised speeds?

How to reset Ethernet connection in Windows 11

How to reset Ethernet connection in Windows 11

A quick way to fix the most common wired network problems is to reset your Ethernet connection. Here are the steps to reset your Ethernet connection in Windows 11.

How to add exceptions in Windows Defender on Windows 10

How to add exceptions in Windows Defender on Windows 10

Windows Defender is built into Windows 10 to find malware. To improve performance for tasks like compiling code or running virtual machines, you can add exceptions so Windows Defender will never scan those files.

How to change the default location of the Windows 11 Documents folder

How to change the default location of the Windows 11 Documents folder

If you want, you can move the Documents folder and its contents to another location on your computer, following the instructions below.

Why change default download location in Windows 11?

Why change default download location in Windows 11?

Moving the Download folder from drive C to another drive on Windows 11 will help you reduce the capacity of drive C and will help your computer run smoother.

How to Stop Windows Updates on PC

How to Stop Windows Updates on PC

This is a way to harden and tweak your system so that updates happen on your own schedule, not Microsoft's.

Completely delete the most stubborn files on Windows

Completely delete the most stubborn files on Windows

When you can't open, edit, or delete a file in Windows File Explorer, the file is still open in a program running in the background or something isn't closing properly.