Table of Contents

How to Convert Disk Format to GPT

Ethan Bennett By Ethan Bennett
date Last updated: 29 Sep, 2025 clock 1 min

Disclaimer: Due to differences in each player's hardware configuration, the steps in this guide are not guaranteed to be 100% effective. Please adjust according to your actual situation. The content of this guide is referenced from the official EA guide. Any errors are not related to GearUP products or the website.

The disk we need to convert is the system disk (shown as disk:0 in the image as an example, but the disk naming may vary for each individual). Please ensure you're operating on the correct disk.

How to Check My System Drive Name?

Press the Windows key and X simultaneously, then select 'Disk Management'. On the following screen, locate the disk number corresponding to your system disk, and convert the format for that disk.

Steps to Change Disk Format

Step 1. Press Windows key + R, type powershell.

Then press Ctrl + Shift + Enter to open an Administrator Command Prompt.

Step 2. Verify the prompt shows "Administrator", then enter:

  • mbr2gpt /validate /disk:0 /allowfullOS

Step 3. In the same Administrator window, run:

  • mbr2gpt /convert /disk:0 /allowfullOS

(The disk:0 value should match the disk number listed under the Volumes tab in Disk Properties.)

About The Author
Ethan Bennett Ethan Bennett

Ethan is one of GearUP's Technical Blog Editors, specializing in gaming network optimization and troubleshooting. With an in-depth understanding of GearUP's technologies, he creates clear, practical content that helps players identify the causes of network issues, understand how game acceleration works, and optimize their online gaming experience. By turning complex technical concepts into easy-to-follow guides, Ethan helps readers solve common connectivity problems and make better use of GearUP's features.

The End