How to Use GParted to Manage Disk Partitions in Windows 10/11

·
7 min read

Help Desk Geek is reader-supported. We may earn a commission when you buy through links on our site. Learn more.

Windows Disk Management often can’t grow your C: drive, especially when there isn’t contiguous unallocated space immediately to the right, and quietly refuses operations that GParted handles without complaint. GParted is a free, open-source partition editor that runs from a bootable USB, requires no installation, and supports NTFS, ext2/3/4, FAT16/32, btrfs, HFS+, XFS, and more.

What is GParted?

GParted (GNOME Partition Editor) is a Linux-based graphical partition tool distributed as a bootable ISO called GParted Live. You write it to a USB drive, boot from it on any x86-64 PC, and get a full GUI for resizing, creating, deleting, copying, and flagging partitions, all without touching your Windows installation. Always download the latest GParted Live ISO directly from the official GParted download page to ensure you have the most current stable release.

Key things to know before you start:

  • GParted does not run inside Windows, you must boot from USB
  • GParted Live is available for both 64-bit (amd64) and 32-bit (i686) PCs. Choose amd64 for any modern system; requires at least 1 GB RAM
  • Always back up your data before resizing or moving partitions
  • GParted supports manual partition copying but has no one-click cloning wizard. If cloning a disk is your main goal, a dedicated tool like AOMEI Backupper or MiniTool is safer and simpler

Step 1: Download GParted Live and Create a Bootable USB

Step 1a: Download the ISO

  1. Go to gparted.org/download.php.
  2. Download the latest amd64 ISO for any modern 64-bit PC (an i686 ISO is also available for older 32-bit systems).
GParted download page at gparted.org/download.php with the amd64 ISO file highlighted

Step 1b: Write the ISO to a USB drive with Rufus

  1. Download Rufus (free and portable, no install needed) and run it.
  2. Plug in a USB drive (16 GB or larger recommended). Everything on it will be erased.
  3. Under Device, select your USB drive.
  4. Under Boot selection, click SELECT and browse to the GParted ISO you downloaded.
  5. Leave all other settings at their defaults and click START.
  6. When Rufus finishes, click CLOSE.
Rufus with the GParted ISO selected in Boot selection and the USB drive selected in Device, ready to click START

Step 2: Boot into GParted Live

  1. Insert the USB drive and restart your PC.
  2. As the PC powers on, press the key to enter your BIOS/UEFI, typically F2, F12, Del, or Esc depending on your motherboard. The key is usually shown briefly on the POST screen.
  3. In the BIOS boot menu, set your USB drive as the first boot device and save.
  4. Your PC will reboot into the GParted Live boot menu.

UEFI & Secure Boot note: On most modern Windows 10/11 systems, you may need to temporarily disable Secure Boot in your UEFI firmware settings before GParted Live will boot. Also make sure Rufus created the USB in UEFI (GPT) mode, if you see a “Secure Boot violation” or the USB simply doesn’t appear as a boot option, this is the most likely cause.

Once you’re done with GParted, re-enable Secure Boot. Additionally, if your disk uses GPT (common on UEFI systems), be careful not to delete or resize the EFI System Partition (ESP), doing so will prevent Windows from booting.

GParted Live boot menu showing options including GParted Live (Default settings), Other modes, and Memory test
  1. Select GParted Live (Default settings) and press Enter. If the display doesn’t load correctly, reboot and choose Other modes > GParted Live (Safe graphics, vga-normal) instead.
  2. At the keymap screen, select Don’t touch keymap and press Enter.
GParted Live keymap selection screen with Don't touch keymap highlighted
  1. At the language screen, press Enter to accept the default (English).
  2. At the mode screen, press Enter again to boot into the graphical desktop.
GParted Live mode selection screen with default option highlighted, ready to press Enter

GParted will launch automatically once the desktop loads.

Step 3: Read Your Partition Layout

The main GParted window shows every partition on the selected disk as a horizontal bar, with a table below listing the file system, size, used space, unused space, and any flags (like boot).

GParted main window showing a disk's partition layout bar at the top and the partition table below, with columns for partition name, file system, size, used, unused, and flags
  1. Use the dropdown in the top-right corner to switch between disks (e.g., /dev/sda, /dev/sdb). Make sure you’re looking at the right disk before making any changes.
  2. Right-click any partition and choose Information to see full details including UUID, mount point, and label.
GParted partition information dialog showing UUID, file system, label, mount point, and size for a selected NTFS partition

OEM & Recovery partition warning: Many Windows laptops and branded desktops include small, vendor-created partitions labeled Recovery, OEM, DIAGS, or similar. These partitions power your manufacturer’s factory-reset and hardware-diagnostic features.

Do not resize, move, or delete them unless you fully understand the consequences. Removing them will permanently break your system’s built-in recovery options. If you’re unsure whether a partition is safe to touch, leave it alone and only work on the partitions you can clearly identify (such as your main Windows NTFS volume or a data drive).

Step 4: Resize a Partition

This is GParted’s most-used feature, particularly for shrinking or growing NTFS partitions that Windows Disk Management won’t touch.

BitLocker warning: If the partition you plan to resize is protected by BitLocker (or any third-party disk encryption), you must suspend or fully turn off BitLocker before proceeding. Resizing an encrypted partition without doing so can corrupt the volume or make it unrecoverable.

In Windows, go to Control Panel > BitLocker Drive Encryption and choose Suspend protection (or Turn off BitLocker) for the relevant drive. After GParted is done and you’ve confirmed Windows boots correctly, you can re-enable BitLocker.

  1. Right-click the partition you want to resize and choose Resize/Move.
GParted right-click context menu on an NTFS partition with Resize/Move highlighted
  1. In the Resize/Move dialog, drag the left or right edge of the partition bar, or type a value directly into the New size (MiB) field.
  2. Click Resize/Move to queue the operation.
GParted Resize/Move dialog showing the partition bar with draggable handles, New size field, Free space preceding and following fields
  1. Click the green checkmark (Apply All Operations) in the toolbar to commit the change. GParted will warn you that this cannot be undone. Click Apply to proceed.
GParted Apply All Operations confirmation dialog warning that changes cannot be undone, with Apply button visible

A progress dialog will show each operation as it runs. When it finishes, click Close.

Step 5: Create a New Partition

  1. If there’s unallocated space on the disk, right-click it and choose New.
  2. In the Create new Partition dialog, set the partition size, choose the file system (e.g., ntfs for Windows drives), and select Primary Partition or Logical Partition as needed.
  3. Add a label if you want (optional).
  4. Click Add to queue the operation, then click the green checkmark to apply.
GParted Create new Partition dialog with partition size, file system dropdown set to ntfs, partition type set to Primary Partition, and label field

Step 6: Exit GParted and Boot Back Into Windows

  1. Close GParted when you’re done.
  2. Click the desktop menu and choose Exit > Restart.
  3. Remove the USB drive when prompted so the PC boots from your hard drive.

If Windows fails to boot after resizing a system partition, boot from a Windows recovery USB and run bootrec /fixmbr and bootrec /fixboot from the recovery command prompt to repair the bootloader. Note that on UEFI/GPT systems these commands may not apply, and you may instead need bcdboot C:\Windows or the Startup Repair option in the Windows Recovery Environment.

GParted vs. Windows Built-In Tools

GParted isn’t always the right tool for the job. Here’s when to use it versus the alternatives:

ToolBest forLimitations
GPartedResizing system partitions, advanced partition work, freeRequires bootable USB; no one-click cloning wizard (manual copy is possible but error-prone)
Disk Management (diskmgmt.msc)Simple shrink/extend on non-system NTFS volumesOften can’t grow C: drive without contiguous unallocated space; limited resize options
diskpartBoot fixes, scripted partition work, assigning drive lettersCommand-line only; easy to make mistakes
MiniTool Partition Wizard / EaseUSGParted-like GUI that runs inside WindowsFree tiers are limited; paid for full features
AOMEI BackupperOne-click disk/partition cloning and OS migrationFree version limited; better for cloning than resizing

Wrapping Up

For most Windows users who need to resize a system partition or recover unallocated space that Disk Management won’t touch, the bootable GParted Live USB is the cleanest free solution available in 2026. If you find the “Extend Volume” option grayed out in Windows, GParted is often the fix. If cloning a disk to a new SSD is your actual goal, AOMEI Backupper or MiniTool handle that more safely with one-click workflows. While GParted does support manual partition copying, the multi-step process leaves more room for error than a purpose-built cloning tool. Either way, back up first.