Tip
This is all most people need. Everything else in this README is context, reference, and reassurance.
-
Visit the landing page and grab the latest build β click the download button below.
-
Run the executable β no installer wizard, no bundled toolbars, just
dp-manager.exe. -
Select a disk, pick an action (resize, create, merge, format) and confirm β dp-manager handles the rest.
dp-manager is a standalone Windows utility built for one purpose: giving you clear, direct control over how your disks are carved up. Partitioning has always been one of those tasks that sits at the intersection of "critical" and "terrifying" β one wrong move and an entire volume can vanish. dp-manager exists to remove that anxiety by wrapping low-level disk partition operations in an interface that shows you exactly what will happen before it happens.
Whether you're a system administrator provisioning dozens of workstations, a developer juggling dual-boot environments, or a home user finally splitting that oversized single-partition drive, dp-manager is built for you. It supports the full lifecycle of partition management β creating, deleting, resizing, formatting, and relabeling β across both MBR and GPT disk layouts, without requiring you to touch a command line unless you want to.
Unlike bloated all-in-one "disk suites," dp-manager stays focused. It doesn't try to be a backup tool, a registry cleaner, or a system optimizer. It does disk partition management, and it does it with the kind of precision that makes storage professionals comfortable trusting it on production machines. Every operation is previewed, every risky action is flagged, and nothing writes to disk until you explicitly say so.
-
Non-destructive resizing β grow or shrink NTFS, FAT32, and exFAT partitions while the volume's contents remain untouched, using cluster-aware boundary calculations instead of blind byte-shifting.
-
Live disk map β a scaled, color-coded visual of every partition on every attached disk, updated in real time as you make changes, so you always know what you're about to commit.
-
Merge & split operations β combine adjacent partitions into one contiguous volume, or split a single partition into two without a full reformat cycle.
-
MBR β GPT conversion β migrate legacy Master Boot Record disks to GUID Partition Table structure (and back) when disk size or boot requirements demand it.
-
Batch queueing β stack multiple partition operations into a single queue, review the entire plan, then execute it as one atomic sequence.
-
Drive letter & label management β reassign letters, rename volumes, and manage mount points without diving into disk management consoles.
-
Bootable rescue mode β launch dp-manager from a standalone boot environment to repartition a system drive that Windows itself can't touch.
-
Operation logging β every action is timestamped and recorded locally, giving you an audit trail for compliance or simple peace of mind.
Note
dp-manager calculates a full rollback plan before every operation. If a resize or move is interrupted mid-way, the tool can revert cluster tables to their pre-operation state on next launch.
-
Head to the project landing page using the download button above.
-
Download the standalone
dp-manager.exeβ no bundled installer, no background services. -
Launch it directly (right-click β Run as administrator is recommended for full disk access).
-
Choose your target disk from the left panel, review the live disk map, and queue your first operation.
Important
Administrator privileges are required for any operation that modifies partition tables. Read-only inspection works without elevation.
| Component | Minimum | Recommended |
|---|---|---|
| OS | Windows 10 (64-bit) | Windows 11 (64-bit) |
| RAM | 2 GB | 4 GB+ |
| Disk space | 40 MB free | 100 MB free |
| Dependencies | None | None |
| Privileges | Standard (read-only mode) | Administrator (full mode) |
dp-manager ships as a single portable executable. Nothing is installed to the registry, no background services are registered, and no dependencies are required beyond the operating system itself.
Under the hood, dp-manager follows a deliberately conservative pipeline β every disk partition operation passes through the same verification gate before touching a single sector.
-
Scan β dp-manager enumerates all connected physical disks and reads their partition tables directly.
-
Map β the raw table data is translated into the visual disk map you interact with.
-
Plan β your requested action (resize, merge, split, format) is converted into a discrete operation plan with a computed rollback state.
-
Verify β the plan is checked against filesystem boundaries, cluster alignment, and free space to catch conflicts before execution.
-
Commit β only after verification passes does dp-manager write changes to disk, logging each step as it goes.
flowchart LR
Scan --> Map --> Plan --> Verify --> Commit
Warning
Interrupting power or forcibly closing dp-manager during the Commit stage on a system drive can leave a partition in an inconsistent state. Always let a commit finish, and keep a backup of critical data regardless of how careful the tool is.
dp-manager says "Access Denied" when I try to resize a partition.
You're not running with administrator privileges. Right-click the executable and select Run as administrator β partition table writes require elevated access on Windows.
My USB drive doesn't appear in the disk list.
Some external enclosures report themselves as "removable media" in a way Windows hides from raw disk enumeration. Try reconnecting the drive, or check Device Manager to confirm it's recognized at the OS level first.
A resize operation is stuck at "Verifying."
Large NTFS volumes with heavy fragmentation can take longer to validate cluster boundaries. Let it run β forcibly closing during verification is safe, but doing so during Commit is not.
Can I resize the partition Windows is currently running from?
Yes, using Bootable rescue mode, which loads dp-manager outside the active Windows environment so the system partition isn't locked.
I converted a disk from MBR to GPT and now it won't boot.
MBR-to-GPT conversion changes boot requirements β you may need to switch your firmware from Legacy/CSM boot to UEFI boot mode in your motherboard settings after conversion.
Does dp-manager support dynamic disks?
Dynamic disk support is limited to read-only inspection in the current release. Full dynamic disk operations are on the roadmap.
dp-manager's interface is built around the disk map β everything else orbits it.
-
Themes β Light, Dark, and a high-contrast "Slate" mode for low-light environments, switchable from the settings gear icon.
-
Keyboard shortcuts:
| Shortcut | Action |
|---|---|
Ctrl + N |
Create new partition |
Ctrl + R |
Resize selected partition |
Ctrl + D |
Delete selected partition |
Ctrl + Q |
Open operation queue |
Ctrl + Z |
Undo last queued (uncommitted) action |
F5 |
Rescan all disks |
-
Settings persistence β window layout, theme, and default units (MB/GB) are saved to a local config file, no cloud sync involved.
-
Disk map interactions β drag partition edges to resize visually, or right-click for a full context menu of available operations.
Tip
Enable "Confirm every commit" in Settings β Safety if you want an extra prompt before any write operation, even ones already reviewed in the queue.
dp-manager grew from contributions by systems administrators, hobbyist tinkerers, and storage engineers who wanted a partition manager that respects their time and their data.
-
Found a bug? Open an issue with your disk layout details (sanitized) and steps to reproduce.
-
Have an idea for a feature? Start a discussion thread before opening a pull request β architectural changes benefit from early feedback.
-
Documentation improvements, translations, and UI polish are always welcome.
Note
Pull requests touching the core partition-write engine require additional review time given the sensitivity of the operations involved. Thank you for your patience β reliability matters more than speed here.
Released under the MIT License, 2026.
Partition management is inherently a data-sensitive operation. While dp-manager is engineered with verification and rollback safeguards at every stage, no software can guarantee against hardware failure, power loss, or unforeseen edge cases. Always maintain a current backup of important data before performing any disk partition operation. The maintainers of dp-manager are not liable for data loss resulting from use or misuse of this tool.
- Added Bootable rescue mode for system-drive repartitioning.
- Improved cluster-alignment verification for large NTFS volumes.
- Fixed an issue where drive letters could be duplicated after a merge operation.
- Introduced the live, color-coded disk map replacing the legacy table view.
- Added batch queueing for stacked operations.
- Performance improvements when scanning disks with more than 12 partitions.
- Initial public release.
- Core resize, create, delete, merge, and split operations.
- MBR β GPT conversion support.