top of page

BitLocker encryption is incomplete, suspended, or waiting for you to back up your recovery key

When you see a yellow triangle with an exclamation mark on your C drive, it means **BitLocker encryption is incomplete, suspended, or waiting for you to back up your recovery key**.

Here are the fastest ways to clear that warning icon and protect your drive.

## Method 1: The Quick PowerShell Activation (Recommended)

Most of the time, the exclamation mark appears because BitLocker is automatically pre-encrypted but "waiting for activation." Running a quick command forces it to finish and secures the drive.

1. Right-click the **Start menu** and select **Terminal (Admin)** or **PowerShell (Admin)**.

2. Type the following command and press **Enter**:

```powershell

Backup-ToAADBitLockerKey -VolumeType OperatingSystem

```

*(This backs up your encryption key to your Microsoft Account and finishes the process, removing the icon).*

## Method 2: Turn BitLocker Completely Off

If you prefer not to use encryption at all, you can fully decrypt the drive to make the exclamation mark disappear.

1. Click the Start menu, type **CMD**, right-click **Command Prompt**, and choose **Run as administrator**.

2. Type the following command and press **Enter**:

```cmd

manage-bde -off C:


```

3. To check the decryption progress, type:

```cmd

manage-bde -status C:


```

Once the status shows **Fully Decrypted**, the yellow warning icon on your C drive will vanish.

## Method 3: Resume BitLocker Protection

If the encryption process was accidentally paused during a Windows update or system change, you can resume it directly through the Control Panel.

1. Press Win + R, type **control**, and press Enter to open the **Control Panel**.

2. Change the "View by" option in the top right to **Large icons**, then click on **BitLocker Drive Encryption**.

3. Look for your C: drive. If it says "Suspended," simply click **Resume protection**.

> ### 💻 Pro IT Assistance in Nairobi

> If your C drive is throwing errors, stuck in an encryption loop, or you are worried about losing your data while removing the lock, the certified engineers at **Intechs Computers** are here to help.

> 📍 **Physical Shop:** World Business Center, 3rd Floor, Shop No. 9, Tom Mboya Street, Nairobi, Kenya.

> 📞 **Call / WhatsApp:** 0723 116088 or 0758 890000

> 🌐 **Website:** intechscomputers.tech

> Bring your laptop or desktop in for professional diagnostics, safe OS upgrades, drive health checks, or fast SSD replacements. Nationwide delivery and support across Kenya.


 
 
 

Recent Posts

See All

Comments


bottom of page