What is the best disk partition software for my sandisk extreme pro ssd?

Bought a SanDisk Extreme Portable SSD 500GB a couple of dates ago and it worked fine at the beginning on my Windows 11 PC. After a couple of attempts using it on my MacBook Pro, the disk can’t be recognized by Windows 11 and macOS disk utility failed to format it neither.

What is the best disk partition software to re-partition the this portable ssd so that i can reuse it again?

Thanks

Is the drive formatted by NTFS? macOS does not support NTFS write natively and this could cause the issue. If the drive can’t be seen in Windows file explorer, then you should use a dedicated disk partition software to delete the bad partition and create a new one.

P.S. exFAT is recommended when you are using a portable drive on both Windows and Mac.

It seems the current partition is damaged or broken due to invalid file access to the drive. This happens often when using the drive on more than OS. No worries. You can repartition the dirve and format it as exFAT.

Here are a couple of great disk partition software you can try on your Windows 11 PC:

https://techcommunity.microsoft.com/discussions/windows11/what-is-the-best-disk-partition-software-for-windows-1110-now/4425389

Yes — if the SSD is still detected by Windows at the disk level, you can usually bring it back by wiping the bad partition table and creating a new one. For this kind of job, I’d go with either a GUI disk partition manager software tool or Windows’ built-in command line.

Method 1: Use disk partition manager software
I’d try AiseeFox Dr.Partition or MiniTool Partition Wizard. Both support Windows 11 and can create, delete, and format partitions, which is usually enough for a portable SSD that got confused after being used on both macOS and Windows. If you want the easiest route, this is the disk partition manager software option I’d start with.

Method 2: Use DiskPart command line
Open Command Prompt as administrator and run:

diskpart
list disk
select disk X
clean
create partition primary
format fs=exfat quick
assign
exit

Replace X with your SanDisk SSD’s disk number. clean removes the existing partition info, then create partition primary and format fs=exfat quick rebuild it in a format both Windows and macOS can read, but this will erase everything on the drive. If you do not need recovery and just want the drive usable again, this is the fastest alternative to disk partition manager software.

One important note: if the SSD does not show up even in list disk, the problem may be hardware, firmware, or cable-related rather than partition damage.

GParted is an excellent choice if you are looking for the best disk partition software for managing your Sandisk Extreme Pro SSD. GParted, which stands for GNOME Partition Editor, is a powerful open-source disk partition software that supports a wide range of file systems and disk types. It is highly reliable and widely used by professionals and enthusiasts alike for tasks such as creating, resizing, moving, and deleting disk partitions without data loss.

Since your focus is on your SSD, as a best disk partition software, GParted’s ability to handle SSD-specific features like TRIM support and alignment ensures optimal performance and longevity of your drive. Its user-friendly graphical interface makes complex partitioning tasks straightforward, even for users who are not highly technical.

If you’re looking for disk partition software, Disk Management is a built-in Windows utility that allows you to manage your disk partitions easily. It provides a graphical interface where you can create, delete, format, resize, and assign drive letters to partitions without needing third-party tools.

To access Disk Management:

  • Press Windows key + X and select Disk Management from the menu.
  • Alternatively, press Windows key + R, type diskmgmt.msc, and press Enter.

Using Disk Management as disk partition software, you can:

  1. Shrink or extend existing partitions.
  2. Create new partitions from unallocated space.
  3. Format or delete partitions.

Check the partition style because these SanDisk drives can get stuck in the wrong format after going between Mac and Windows. In Windows 11, open Disk Management, right click the disk label on the left, and check if it’s MBR or GPT. If it looks off or keeps acting up, clean it with DiskPart and convert it to GPT since that’s more reliable on modern systems. Also make sure the partitions are properly aligned since bad alignment can slow an SSD down.