Forum Discussion
How to partition a hard drive from Windows 10 without losing data?
- Sep 07, 2025
For a super easy and safe way to partition a hard drive from Windows 10 without the stress, I'd totally recommend checking out a tool like Dr.Partition. It can resize and create partitions without touching your data, I've been using it for 2 years, highly recommended!
https://www.wintechhow.com/partition-a-hard-drive-without-losing-data
I have also recently studied how to partition safely on Windows 10, especially to avoid the trouble of losing files. Here are two simple methods for you to easily partition a hard drive for Windows 10, and the files will not be lost.
Solution 1: Use the built-in disk management tool
Backup first: This is very important! Whether you use an external hard drive or cloud storage, back up important files first. External hard drives are reliable, and cloud storage is convenient. You can choose which one is more convenient.
- Open Disk Management: Right-click "This PC", click "Manage", and then select "Disk Management".
- Compress Volume: Find your primary partition (usually the C drive), right-click "Compress Volume", and enter the size of the space you want to divide.
- Create a new partition: The compressed space will be displayed as "Unallocated", right-click it, select "New Simple Volume", and then follow the prompts to set the partition format and drive letter.
- Complete the partition: It will be done in a few minutes, and there is no need to worry about file loss.
Solution 2: Use the command line (suitable for those who like to tinker)
Open the command prompt (administrator mode): press Win+S to search for "cmd", right-click and "Run as administrator".
- Enter diskpart to enter the partition tool.
- Enter list volume to view all partitions.
- Select the partition you want to adjust: select volume X (X is the partition number).
- Compress the partition: use the command shrink desired=XXXX (XXXX is the number of MB you want to allocate).
- Create a new partition: enter create partition primary, then format: format fs=ntfs quick.
- Assign a drive letter: assign letter=Y (Y is the drive letter you want to use).
- Done! This can also be operated without pressure on partition a hard drive from Windows 10.
Reminder:
Pay attention to backup: disk operations are risky, and backup is double insurance.
Don't touch too many system disks: especially the C drive, be careful to allocate key system files.
Tool recommendation: If you are afraid of making mistakes using the command line, software like AMEI Partition Assistant is also super friendly.
I wish you a smooth partition and a perfect partition a hard drive from Windows 10!