Friday 15 May 2020

How to turn off BitLocker in Windows 10, 7


To fix various PC problems, we recommend Restoro PC Repair Tool:

This software will repair common computer errors, protect you from file loss, malware, hardware failure and optimize your PC for maximum performance. Fix PC issues and remove viruses now in 3 easy steps:

  1. Download Restoro PC Repair Tool rated Great on TrustPilot.com.
  2. Click Start Scan to find Windows issues that could be causing PC problems.
  3. Click Repair All to fix issues with Patented Technologies (patent available here).
  • Restoro has offered WindowsReport readers an exclusive discount on the Repair Tool.

Some users have been complaining about an issue regarding BitLocker encryption on Windows 8.1 devices, mainly, an incompatibility between a drive encrypted on Windows 7 and later used in a Windows 8.1 machine.

If you are experiencing this issue, then maybe this guide will give you the solution.

If you have not heard about BitLocker by now, and you want an extra layer of security for your Windows computer, then you should definitely do some research regarding what it can do and how it can protect your files.

But even with its advantages, Microsoft’s encryption feature has some issues when moving drives from Windows 7 computers to Windows 8 or Windows 8.1.


How to Disable BitLocker on Windows 8 / 8.1

BitLocker is a great way to protect your files, and in this article we’re going to cover the following issues:

  • Disable BitLocker Windows 8, 10 – Disabling BitLocker is rather simple, and the disabling process is almost identical on Windows 8 and Windows 10.
  • Disable BitLocker command line, PowerShell – If you’re an advanced user, you can disable BitLocker using the command line. You can disable BitLocker with both PowerShell and Command Prompt, and in this article we’re going to show you how to do it.
  • Completely remove BitLocker Windows 10 – BitLocker is a built-in feature of Windows, and while you can’t remove it, you can disable it and all its related services. By doing so you’ll permanently disable BitLocker on your PC.
  • Disable BitLocker external hard drive, USB encryption, removable drive, USB drive – BitLocker also works with external drive and removable storage. If you want to disable BitLocker for your USB drive you can do so using any of our solutions.
  • Disable BitLocker to update BIOS – Few users reported that they are unable to update their BIOS before disabling BitLocker. However, you should be able to disable BitLocker after reading this article.
  • Disable BitLocker Windows 8.1 Group Policy – If you want, you can disable BitLocker simply by modifying your group policy. This method works for both Windows 8 and Windows 10.

Hackers will love you if you don’t protect your files! These antivirus tools with encryption will secure your data!


We’ll consider the following scenario: you have been using BitLocker on a Windows 7 computer and you have recently bought a new Windows 8 / 8.1 computer and you want to install your old hard drive into the new tower.

When you try to access the encrypted partitions, Windows 8 / 8.1 advises you to turn off BitLocker or does not recognize your password.

There are a few ways around this problem, some being simpler then others, and it is up to you to determine which of them can be of use in your case.

Here’s how you disable BitLocker on Windows 8 or Windows 8.1

Solution 1 – Disable BitLocker from Windows 8 Control Panel

Similarly to how you’d go about this problem in Windows 7, it might work to disable BitLocker from Control Panel, assuming you know your passkey and it still works.

To disable BitLocker, you need to do the following:

  1. Open the Search bar and type Manage BitLocker. Select the Manage BitLocker from the menu.
Disable BitLocker Windows 8.1 Group Policy

  1. This will open the BitLocker window, where you you will see all your partitions and you can either select to suspend BitLocker or completely disable it. Select the option you want and follow the wizard.
    Disable BitLocker Windows 8

After doing that, BitLocker should be permanently disabled on for the selected drive.


Solution 2 – Disable BitLocker from Windows 8 using the Local Group Policy Editor

If the first method is not a viable option for you, then using the Group Policy utility (GPO) might offer the solution. To do this,  you just need to follow these simple steps:

  1. Open the Search bar and type in Group Policy, then select Edit Group Policy from the menu.
    Completely remove BitLocker Windows 10
  2. From here, navigate using the left-hand side menu to Computer Configuration -> Administrative Templates -> Windows Components – > BitLocker Drive Encryption -> Fixed Data Drives and select the Deny write access to fixed drives not protected by BitLocker option and double click it.
    Disable BitLocker USB encryption
  3. Click Not Configured or Disabled, and click on Apply and OK to save changes.
    Disable BitLocker to update BIOS

After doing that, restart your PC and your problem should be resolved completely.


Learn to edit the Group Policy like an expert with our comprehensive guide!


Method 3 – Use another PC to disable BitLocker

If both methods have failed, then all you’re left with is installing your encrypted hard drive back to a different computer and going through the methods once again.

Remove PC Errors
Run a PC Scan with Restoro Repair Tool to find errors causing security problems and slowdowns. After the scan is complete, the repair process will replace damaged files with fresh Windows files and components.

Disclaimer: to remove errors, you need to upgrade to a paid plan.

In this scenario, method 1 will fix your problem and decrypt your drive, allowing you to use it in your Windows 8 / 8.1 computer.


Solution 4 – Use Command Prompt

If you’re an advanced user, you can turn off BitLocker by using Command Prompt. This is rather simple and you can do it by following these steps:

  1. Open Command Prompt as administrator. To do that quickly press Windows Key + X to open Win + X menu and choose Command Prompt (Admin) from the menu.
    Disable BitLocker Windows 10
  2. When Command Prompt opens, enter manage-bde -off X: command and run it. Be sure to replace X with the actual hard drive letter.
    Disable BitLocker PowerShell

Decryption process will now start. Keep in mind that this process can take a while, so don’t interrupt it.

After the process is finished, your drive will be unlocked and BitLocker will be turned off for that drive.

As you can see, this is a quick and easy way to turn off Bitlocker, and if you’re familiar with Command Prompt, feel free to try this solution.


Working with Command Prompt will be like a walk in the park after you read this guide!


Solution 5 – Use PowerShell

If you prefer using command-line tools, you should know that you can turn off BitLocker for specific drive simply by using PowerShell. To do that, follow these steps:

  1. Press Windows Key + S and enter powershell. Right click Windows PowerShell from the list of results and choose Run as administrator.
    Disable BitLocker removable drive
  2. When PowerShell opens, enter Disable-BitLocker -MountPoint “X:” command and press Enter to run it. Before running the command, be sure to replace X with the letter that represents your hard drive partition.
    Disable BitLocker Windows 8

You can also turn off BitLocker for all drives on your PC using PowerShell. To do that, follow these steps:

  1. Open PowerShell as administrator.
  2. Now run the following commands:
    • $BLV = Get-BitLockerVolume
    • Disable-BitLocker -MountPoint $BLV

By running these two commands you’ll get the list of encrypted volumes and decrypt them with a single command.

Keep in mind that the decryption process can take a while, so don’t interrupt it. Once the drive is decrypted, BitLocker will be turned off for that drive.


Solution 6 – Disable BitLocker service

If you want to turn off BitLocker, you can do that by disabling its service. This is rather simple and you can do it by following these steps:

  1. Press Windows Key + R and enter services.msc. Press Enter or click on OK.
    Disable BitLocker command line
  2. When Services window opens, locate and double click on BitLocker Drive Encryption Service.
    Completely remove BitLocker Windows 10
  3. Set the Startup type to Disabled and click on Apply and OK to save changes.
    Disable BitLocker external hard drive

After disabling the BitLocker service, BitLocker should be turned off on your device.


Solution 7 – Turn off device encryption from the Settings app

If you want to turn off BitLocker, you’ll be pleased to hear that you can do that right from the Settings app. To do that, follow these steps:

  1. Open the Settings app. You can do that by pressing Windows Key + I shortcut.
  2. When the Settings app opens, navigate to the System section.
    Disable BitLocker to update BIOS
  3. In the left pane, select About. Now locate Device encryption section in the right pane and click on Turn off button.
    Disable BitLocker Windows 8.1 Group Policy
  4. When the confirmation dialog appears, click on Turn off again.

After doing that, BitLocker should be disabled on your PC.

BitLocker can be useful if you want to protect your files from unauthorized access, but if you don’t want to use this feature, you should be able to turn it off by using one of our solutions.

No comments:

Post a Comment