How to Fix ‘Installation Error’ in Bluestacks on Windows?

When you try to install Bluestacks, the setup might suddenly stop and show a simple “Installation Error” message. This stops you from finishing the installation. This error usually happens because of permission problems, missing files, or incomplete downloads that block the installer from getting the files it needs.

Bluestacks Installation Error

Most of the time, the main reason is old Hyper-V settings, Windows virtualization that doesn’t work well, or broken Visual C++ files.

In this guide, we’ll walk you through solutions to fix the BlueStacks installation error.

Prerequisites: Check System Requirements

Before trying any troubleshooting steps, first check that your computer meets BlueStacks’ system requirements. Here’s how you can check your computer’s specs:

  1. Open the Run command by pressing Win + R together.
  2. Type “dxdiag” into the box and click OK to launch the Diagnostic Tool.
    Opening the Diagnostic Tool
    Opening the Diagnostic Tool
  3. Click on the “System” tab to see general system information.
    Checking System Information
    Checking System Information
  4. For details about your graphics, go to the “Display” tab.
    Checking System Display
    Checking System Display

Minimum Requirements

  • OS: Microsoft Windows 7 and above
  • Processor: Intel or AMD Processor
  • Graphics: Intel/Nvidia/ATI, onboard or dedicated GPU with benchmark score of at least 750
  • RAM: 4GB or more
  • Storage: 5GB of free disk space
  • Internet: Broadband connection recommended
  • Additional notes: You must have administrator access on your PC

If your computer meets these requirements, go ahead with the steps below.

1. Check your Internet Connection

First, make sure your internet is working. A poor or disconnected internet connection can cause installation errors. BlueStacks downloads essential files during installation, so it won’t work if the program can’t connect to the internet.

2. End Unwanted Background Processes

Background apps and unnecessary processes running can interfere with BlueStacks installation. Ending these can help resolve the error.

  1. Right-click the Windows Start Icon and select “Task Manager.”
    Opening Task Manager
    Opening Task Manager
  2. Go to the Process tab and select background processes or apps using a lot of memory.
  3. To end them, click the End Task button at the bottom right.
    Closing unwanted apps and processes
    Closing unwanted apps and processes

3. Run BlueStacks as an Administrator

If you’re unable to install BlueStacks, it might be due to lack of required permissions. BlueStacks needs administrator rights to install correctly.

  1. Right-click the BlueStacks setup file and select Properties.
    Opening BlueStacks properties
    Opening BlueStacks properties
  2. Open the Compatibility tab and check the box for “Run this program in compatibility mode for”.
  3. Choose a version of Windows such as Windows 7 or 8.
  4. Check “Run this program as an administrator” under Settings, then click Apply and OK.
    Running program as an Administrator
    Running program as an Administrator
  5. Now run the installer to see if the issue is fixed.

4. Temporarily Disable Virtualization-Based Security

Virtualization Based Security (VBS) is a Windows feature that can interfere with BlueStacks, as the program needs virtualization support to work properly. Try turning off this feature to see if it helps.

  1. Press Win + I to open Windows Settings.
  2. Go to Privacy & Security > Windows Security > Device Security.
    Opening Windows Device Security
    Opening Windows Device Security
  3. Click on “Core isolation details” under Core Isolation.
    Opening Core Isolation details
    Opening Core Isolation details
  4. Toggle off the “Memory integrity” button to disable Core Isolation.
    Disabling Core Isolation
    Disabling Core Isolation

Note: If you use antivirus software like Avast, you’ll also need to turn off Virtualization-Based Security in the antivirus:

  1. Open the Antivirus software, click on Menu, and go to Settings > Troubleshooting.
  2. Uncheck “Enable hardware-assisted virtualization” and try running the BlueStacks installer again.
    Turning off the Virtualization feature from the antivirus
    Turning off the Virtualization feature from the antivirus

5. Update Your Graphics Driver

Outdated graphics drivers can cause installation issues because BlueStacks requires certain graphics capabilities. Make sure your drivers are up to date.

  1. Press the Win key to open the Start Menu.
  2. Type “Device Manager” and open it.
    Opening Device Manager
    Opening Device Manager
  3. Expand the Display adapters section to see your graphics card.
  4. To update your graphics driver, right-click on your driver and choose Update driver.
    Updating Graphics Driver
    Updating Graphics Driver
  5. Select the update method.
    Selecting the Driver Updating method
    Selecting the Driver Updating method
  6. Restart your computer after updating the driver and see if the installation works now.

6. Update Windows

An outdated Windows operating system may also cause installation problems.

  1. Press Win + I to open Settings.
  2. Go to Windows Update and Security > Windows Security.
  3. Click Check for Updates.
  4. If there’s an update available, click Download and restart your computer after the update completes.
    Checking Windows Update
    Checking Windows Update

Note: Sometimes, Windows might not notify you about new updates. Download them manually if needed:

  1. Go to the Official Microsoft Web Page.
  2. Click “Update Now” to download the latest Windows update,
    Downloading the Latest Windows Update
    Downloading the Latest Windows Update
  3. Click “Update Now” to start installing.
    Installing Windows Update
    Installing Windows Update
  4. After the installation is finished, restart your computer.
    Restarting Computer
    Restarting Computer

7. Run System File Checker

Corrupt system files can stop programs like BlueStacks from installing. Running a System File Checker can find and repair these files.

  1. Press the Win key to open the Start Menu.
  2. Type “cmd” in the search bar.
  3. Right-click Command Prompt and choose “Run as administrator.”
    Running the Command Prompt as an administrator
    Running the Command Prompt as an administrator.
  4. Enter the following command (make sure there is a space between “sfc” and “/”):
    sfc /scannow
    Running system file checker on the command prompt.
    Running system file checker on the command prompt.
  5. Once the scan finishes, Windows will fix any corrupted files it finds.
  6. Also, run the DISM command by copying and pasting the following:
    Dism.exe /online /cleanup-image /restorehealth
    Running DISM Command on the Command Prompt
    Running DISM Command on the Command Prompt
  7. Restart your computer and try installing BlueStacks again.

8. Turn Off Hyper-V

Hyper-V is a Windows feature that allows creating virtual machines and can sometimes conflict with BlueStacks. Disabling it can help.

  1. Press Win + R to open the Run command.
  2. Type “optionalfeatures.exe” and press OK to open Windows Features.
    Opening Windows Features
    Opening Windows Features
  3. Uncheck any “Hyper-V” related options and click OK.
    Turning off Hyper-V
    Turning off Hyper-V
  4. Click “Restart Now” to restart your system.
    Restarting system
    Restarting system

Note: You can also disable Hyper-V using Command Prompt:

  1. Press the Win key to open the Start Menu.
  2. Type “cmd“.
  3. Right-click Command Prompt and select “Run as administrator.”
    Running the Command Prompt as an administrator
    Running the Command Prompt as an administrator
  4. Paste this command and press Enter:
    bcdedit /set hypervisorlaunchtype off
  5. Restart your computer via the Start Menu.

9. Clean the BlueStacks Installer Cache Before Reinstalling

If the installation error persists, try reinstalling BlueStacks after cleaning up its cache.

  1. Press Win + R to open the Run command.
  2. Type “%temp%” and press OK to open the Temp folder.
    Opening the Temp folder
    Opening the Temp folder
  3. Press Ctrl + A to select all files in the folder.
  4. Press the Delete key to remove these files.
  5. Download the BlueStacks Cleaner Tool.
  6. Go to your browser’s Downloads, and click “Show in Folder” to locate the cleaner.
    Opening BlueStacks file directory
    Opening BlueStacks file directory
  7. Double-click the cleaner tool to completely uninstall BlueStacks.
    Uninstalling BlueStacks
    Uninstalling BlueStacks
  8. Once it finishes, click OK and then download and reinstall BlueStacks from the official website.
ABOUT THE AUTHOR

Muhammad Zubyan


Muhammad Zubyan is a certified Google IT Support Professional with over 7 years of extensive experience. He has worked on more than 1500 computers, gaining valuable insights that enable him to detect and troubleshoot any complicated root cause of Windows-related issues and errors. In addition to managing Appuals as a Senior Editor, he is currently developing his own Game Optimization program that caters to both gamers and casual users alike.