This is a classic Windows pain in the ass. You're spot on about BitLocker/Device Encryption, but there are a couple of other invisible "unmovable files" that Windows OS stubbornly locks at the very end of the drive.
Since you've already disabled the Pagefile and System Restore, here are the remaining two culprits holding your 800GB hostage. No third-party tools needed:
1. Turn off Device Encryption (BitLocker Lite)
Since you are on Win 11 Home, it's called Device Encryption. Go to Settings > Privacy & security > Device encryption and toggle it OFF.
Note: Let it finish decrypting completely before moving to the next step. Keep the laptop plugged in.
2. Nuke the Hibernation File
Windows creates a massive, unmovable hiberfil.sys file for Fast Startup, which almost always sits right at the end of the partition block.
- Right-click Start > open Terminal (Admin) or Command Prompt (Admin).
- Type powercfg /h off and hit Enter. This deletes the locked file instantly.
3. One Last Trick (If it still bugs out)
If Disk Management still restricts you after a reboot, it's usually because of Windows Log files or shadow copies. Run Windows Disk Cleanup, click "Clean up system files," and check everything (especially temporary files and error dumps).
Now, reboot the machine, open Disk Management, and you should finally get your 50/50 split.
After you're done:
To get things back to normal, just reverse the process:
- Turn Device Encryption back on in Settings.
- Run powercfg /h on in Admin Command Prompt to bring back hibernation/fast startup.