Table of Contents

How to Convert Disk Format to GPT

Ethan Bennett By Ethan Bennett
date Last updated: 2025-09-29 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 Bennett, an independent gaming media professional and avid gaming enthusiast, is proficient in various types of PC games and has an in-depth understanding of network issues in online gaming. At GearUP, Ethan helps us identify players' network optimization needs and assists in writing blogs to share with a wider audience on how to solve common network problems like game lag and packet loss."

The End