{"id":107416,"date":"2026-02-23T05:00:53","date_gmt":"2026-02-23T10:00:53","guid":{"rendered":"https:\/\/pureinfotech.com\/?p=107416"},"modified":"2026-02-23T07:24:08","modified_gmt":"2026-02-23T12:24:08","slug":"check-gpt-mbr-partition-windows-10","status":"publish","type":"post","link":"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/","title":{"rendered":"How to check if drive uses GPT or MBR partition style on Windows 10"},"content":{"rendered":"<ul class=\"sum\">\n<li>To check if the drive uses GPT or MBR on Windows 10, open <strong>&#8220;Disk Management,&#8221;<\/strong> right-click the disk, choose <strong>&#8220;Properties,&#8221;<\/strong> open the <strong>&#8220;Volume&#8221;<\/strong> tab, and confirm the <strong>&#8220;Master Boot Record (MBR)&#8221;<\/strong> or <strong>&#8220;GUID Partition Table (GPT)&#8221;<\/strong> style.<\/li>\n<li>On <strong>Command Prompt (admin)<\/strong>, run the <strong>&#8220;Diskpart,&#8221;<\/strong> then the <strong>&#8220;List Disk&#8221;<\/strong> commands, and confirm the partition style.<\/li>\n<li>Run the <strong>&#8220;Get-Disk&#8221;<\/strong> command on <strong>PowerShell (admin)<\/strong> to determine if the disk uses MBR or GPT.<\/li>\n<\/ul>\n<p>On <a href=\"https:\/\/pureinfotech.com\/tag\/windows-10\/\">Windows 10<\/a>, you can find two partition style types, including the legacy <strong>&#8220;Master Boot Record&#8221; (MBR)<\/strong> or the newer <strong>&#8220;GUID Partition Table (GPT).&#8221;\u00a0<\/strong>A partition describes how data is stored on the hard drive, its boundaries (start and end), and the instructions to make the partition bootable.<\/p>\n<h2>MBR vs. GPT<\/h2>\n<p>The <strong>Master Boot Record (MBR)<\/strong> is the older style available on Windows 10 and is the most compatible, but it has some limitations, such as support for drives with up to 2TB of storage per partition.<\/p>\n<p>On the other hand, the <strong>GUID Partition Table (GPT)<\/strong> is the newer style that addresses these limitations, including support for larger-capacity drives and an unlimited number of partitions. In addition, other advantages include data integrity checks and self-recovery, and partition and boot data are stored in multiple places within the drive.<\/p>\n<h2>When to use GPT or MBR<\/h2>\n<p>You should use MBR for:<\/p>\n<ul>\n<li>Windows 10 32-bit version.<\/li>\n<li>Legacy BIOS (Basic Input Output System).<\/li>\n<li>Small drives (usually) under 2TB.<\/li>\n<\/ul>\n<p>You should use GPT for:<\/p>\n<ul>\n<li>Windows 10 64-bit version.<\/li>\n<li>Unified Extensible Firmware Interface (UEFI) firmware.<\/li>\n<li>Large drives over 2TB.<\/li>\n<\/ul>\n<p>Unless you are reviving a computer from 2010 or earlier, you almost certainly want to use GPT.<\/p>\n<p>In this <a href=\"https:\/\/pureinfotech.com\/tag\/how-to\/\">guide<\/a>, I will teach you how to determine if a hard drive uses the MBR or GPT partition style.<\/p>\n<ul class=\"toc\">\n<li><a href=\"#check_mbr_gpt_diskmanagement_windows10\">Check MBR or GPT partition style from Disk Management<\/a><\/li>\n<li><a href=\"#check_mbr_gpt_cmd_windows10\">Check MBR or GPT partition style from Command Prompt<\/a><\/li>\n<li><a href=\"#check_mbr_gpt_powershell_windows10\">Check MBR or GPT partition style from PowerShell<\/a><\/li>\n<li><a href=\"#faqs_gpt_mbr\">FAQs about checking GPT or MBR partition style on Windows 10<\/a><\/li>\n<\/ul>\n<h2 id=\"check_mbr_gpt_diskmanagement_windows10\">Check MBR or GPT partition style from Disk Management<\/h2>\n<p>To check the partition style of a drive on Windows 10, use these steps:<\/p>\n<ol>\n<li>\n<p>Open <strong>Start <\/strong>on Windows 10.<\/p>\n<\/li>\n<li>\n<p>Search for <strong>Disk Management<\/strong> and click the top result to open the app.<\/p>\n<\/li>\n<li>\n<p>Right-click the disk (not the partition) and select the <strong>Properties<\/strong> option.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-142154\" src=\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/01\/open-disk-management-disk-properties.webp?resize=827%2C637&#038;quality=78&#038;strip=all&#038;ssl=1\" alt=\"Disk Management properties\" width=\"827\" height=\"637\" \/><\/li>\n<li>\n<p>Click the <strong>Volumes<\/strong> tab.<\/p>\n<\/li>\n<li>\n<p>Check the &#8220;Partition style&#8221; field to confirm if the drive is formatted using the <strong>&#8220;Master Boot Record (MBR)&#8221;<\/strong> or <strong>&#8220;GUID Partition Table (GPT)&#8221;<\/strong> style.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-142153\" src=\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/01\/windows-10-partition-style-mbr-gpt.webp?resize=400%2C455&#038;quality=78&#038;strip=all&#038;ssl=1\" alt=\"Check MBR or GPT\" width=\"400\" height=\"455\" srcset=\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/01\/windows-10-partition-style-mbr-gpt.webp?w=400&amp;quality=78&amp;strip=all&amp;ssl=1 400w, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/01\/windows-10-partition-style-mbr-gpt.webp?resize=264%2C300&amp;quality=78&amp;strip=all&amp;ssl=1 264w, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/01\/windows-10-partition-style-mbr-gpt.webp?resize=132%2C150&amp;quality=78&amp;strip=all&amp;ssl=1 132w\" sizes=\"auto, (max-width: 400px) 100vw, 400px\" \/><\/li>\n<\/ol>\n<p>Once you complete the steps, you will know which partition style the drive uses on Windows 10.<\/p>\n<h2 id=\"check_mbr_gpt_cmd_windows10\">Check MBR or GPT partition style from Command Prompt<\/h2>\n<p>To determine if the drive uses GPT or MBR from the Command Prompt, use these steps:<\/p>\n<ol>\n<li>\n<p>Open <strong>Start<\/strong>.<\/p>\n<\/li>\n<li>\n<p>Search for <strong>Command Prompt<\/strong>, right-click the top result, and select the <strong>Run as administrator<\/strong> option.<\/p>\n<\/li>\n<li>\n<p>Type the following commands to determine the drive partition scheme and press <strong>Enter<\/strong> on each line:<\/p>\n<pre>Diskpart\r\nList disk \u00a0<\/pre>\n<\/li>\n<li>\n<p>If the drive uses <strong>&#8220;GPT,&#8221;<\/strong> you&#8217;ll see an asterisk character <strong>(*)<\/strong> under the <strong>&#8220;Gpt&#8221;<\/strong> column. If you don&#8217;t see the asterisk character <strong>(*)<\/strong>, the drive uses the <strong>&#8220;MBR&#8221;<\/strong> scheme.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-142156\" src=\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/01\/check-gpt-mbr-command-prompt.webp?resize=827%2C400&#038;quality=78&#038;strip=all&#038;ssl=1\" alt=\"Command Prompt check MBR or GPT\" width=\"827\" height=\"400\" srcset=\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/01\/check-gpt-mbr-command-prompt.webp?w=930&amp;quality=78&amp;strip=all&amp;ssl=1 930w, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/01\/check-gpt-mbr-command-prompt.webp?resize=300%2C145&amp;quality=78&amp;strip=all&amp;ssl=1 300w, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/01\/check-gpt-mbr-command-prompt.webp?resize=150%2C73&amp;quality=78&amp;strip=all&amp;ssl=1 150w\" sizes=\"auto, (max-width: 827px) 100vw, 827px\" \/><\/li>\n<\/ol>\n<p>After you complete the steps, you will know which partition style the drive uses on Windows 10.<\/p>\n<h2 id=\"check_mbr_gpt_powershell_windows10\">Check MBR or GPT partition style from PowerShell<\/h2>\n<p>To use PowerShell to determine whether the drive uses MBR or GPT, use these steps:<\/p>\n<ol>\n<li>\n<p>Open <strong>Start<\/strong>.<\/p>\n<\/li>\n<li>\n<p>Search for <strong>PowerShell<\/strong>, right-click the top result, and select the <strong>Run as administrator<\/strong> option.<\/p>\n<\/li>\n<li>\n<p>Type the following commands to determine the drive partition scheme and press <strong>Enter<\/strong>:<\/p>\n<pre>Get-Disk<\/pre>\n<\/li>\n<li>\n<p>Under the &#8220;Partition Style&#8221; column, determine if the drive uses the <strong>MBR<\/strong> or <strong>GPT<\/strong> scheme.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-142155\" src=\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/01\/desk-disk-powershell-check-mbr-gpt.webp?resize=827%2C284&#038;quality=78&#038;strip=all&#038;ssl=1\" alt=\"PowerShell check MBR or GPT\" width=\"827\" height=\"284\" srcset=\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/01\/desk-disk-powershell-check-mbr-gpt.webp?w=1024&amp;quality=78&amp;strip=all&amp;ssl=1 1024w, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/01\/desk-disk-powershell-check-mbr-gpt.webp?resize=300%2C103&amp;quality=78&amp;strip=all&amp;ssl=1 300w, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/01\/desk-disk-powershell-check-mbr-gpt.webp?resize=1020%2C351&amp;quality=78&amp;strip=all&amp;ssl=1 1020w, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/01\/desk-disk-powershell-check-mbr-gpt.webp?resize=150%2C52&amp;quality=78&amp;strip=all&amp;ssl=1 150w\" sizes=\"auto, (max-width: 827px) 100vw, 827px\" \/><\/li>\n<\/ol>\n<p>Once you complete the steps, you will understand the partition style the hard drive uses on Windows 10.<\/p>\n    <div class=\"responsive-youtube-container\">\n        <iframe\n            src=\"https:\/\/www.youtube.com\/embed\/7hC5ENOGqQQ?rel=0&showinfo=0\"\n            frameborder=\"0\"\n            allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n            allowfullscreen\n            loading=\"lazy\"\n        ><\/iframe>\n    <\/div>\n<h3 id=\"faqs_gpt_mbr\">FAQs about checking GPT or MBR partition style on Windows 10<\/h3>\n<p>Here&#8217;s a list of frequently asked questions (FAQs) and answers about determining\u00a0 GPT or MBR partition style on Windows 10.<\/p>\n<h4>How do I check if my drive is GPT or MBR on Windows 10?<\/h4>\n<p>You can check the partition style in Disk Management, Command Prompt, or PowerShell. In Disk Management, open the disk&#8217;s Properties and view the &#8220;Volumes&#8221; tab. In Command Prompt, use <code>Diskpart<\/code> and <code>List disk<\/code>. In PowerShell, run <code>Get-Disk<\/code> to see whether the drive uses MBR or GPT.<\/p>\n<h4>What is the difference between MBR and GPT on Windows 10?<\/h4>\n<p>MBR is the older partition style, with a 2TB drive limit and fewer partitions. GPT is the modern standard that supports drives larger than 2TB, allows for more partitions, and includes redundancy and integrity checks. Most modern Windows 10 systems use GPT with UEFI firmware.<\/p>\n<h4>What is a partition style on a hard drive?<\/h4>\n<p>A partition style defines how data is structured and organized on a drive. It determines how partitions are created, where boot information is stored, and the maximum drive size. On Windows 10, the two partition styles are Master Boot Record (MBR) and GUID Partition Table (GPT).<\/p>\n<h4>Should I use GPT or MBR on Windows 10?<\/h4>\n<p>You should use GPT in most cases. GPT is recommended for 64-bit Windows 10, UEFI firmware, and drives larger than 2TB. MBR is typically used for legacy BIOS systems or older 32-bit installations. On modern PCs, GPT is the preferred and more future-proof option.<\/p>\n<h4>Is GPT better than MBR for modern PCs?<\/h4>\n<p>Yes, GPT is better for modern PCs. It supports larger drives, more partitions, improved reliability, and redundancy for partition data. GPT is designed for UEFI systems and is standard on most computers built in the last decade, making it the recommended choice today.<\/p>\n<h4>How do I check if my disk is GPT or MBR using Command Prompt?<\/h4>\n<p>Open Command Prompt as administrator and run <code>Diskpart<\/code>, then type <code>List disk<\/code>. If you see an asterisk under the GPT column, the disk uses GPT. If there is no asterisk, the disk uses MBR. This method provides a quick way to confirm the partition scheme.<\/p>\n<h4>How do I see the partition style of a drive in PowerShell?<\/h4>\n<p>Open PowerShell as administrator and run the <code>Get-Disk<\/code> command. Check the &#8220;Partition Style&#8221; column in the output to confirm whether the drive uses MBR or GPT. This is one of the fastest ways to verify disk configuration on Windows 10.<\/p>\n<h4>How do I convert a drive from MBR to GPT on Windows 10 without losing data?<\/h4>\n<p>You can convert MBR to GPT without deleting files using the built-in <code>MBR2GPT<\/code> tool. Run Command Prompt as administrator and use <code>mbr2gpt \/validate<\/code> followed by <code>mbr2gpt \/convert<\/code>. This works on Windows 10 64-bit systems using UEFI firmware. Always create a full backup before proceeding.<\/p>\n<h4>Will Windows 10 boot if I switch from Legacy BIOS to UEFI?<\/h4>\n<p>Windows 10 will only boot in UEFI mode if the system drive uses GPT. If your drive is still MBR and you switch firmware from Legacy BIOS to UEFI, the system will fail to boot. You must convert the disk to GPT before changing firmware settings.<\/p>\n<h4>Does GPT improve performance compared to MBR?<\/h4>\n<p>GPT does not directly improve drive performance. Partition style affects structure and compatibility, not read or write speeds. However, GPT improves reliability through redundancy and error detection, which can enhance stability and recovery in the event of partition corruption.<\/p>\n<p><strong>Update February 23, 2026:<\/strong> This guide has been updated to ensure accuracy and include additional details.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Drives can use two types of partition styles, and in this guide, you&#8217;ll learn how to determine which style they&#8217;re using on Windows 10.<\/p>\n","protected":false},"author":2,"featured_media":185704,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"footnotes":""},"categories":[23],"tags":[95,19,2540,2576],"class_list":["post-107416","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-windows","tag-difficulty-level-beginner","tag-how-to","tag-windows-10","tag-windows-help"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to check if drive uses GPT or MBR partition style on Windows 10 - Pureinfotech<\/title>\n<meta name=\"description\" content=\"To check GPT or MBR on Windows 10, open &quot;Disk Management,&quot; right-click the disk, choose &quot;Properties,&quot; open &quot;Volume,&quot; and confirm MBR or GPT.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to check if drive uses GPT or MBR partition style on Windows 10 - Pureinfotech\" \/>\n<meta property=\"og:description\" content=\"To check GPT or MBR on Windows 10, open &quot;Disk Management,&quot; right-click the disk, choose &quot;Properties,&quot; open &quot;Volume,&quot; and confirm MBR or GPT.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/\" \/>\n<meta property=\"og:site_name\" content=\"Pureinfotech \u2022 Windows 10 &amp; Windows 11 help for humans\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/pureinfotech\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-23T10:00:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-23T12:24:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pureinfotech.com\/wp-content\/uploads\/2024\/02\/windows-10-gpt-mbr-check-hero.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1680\" \/>\n\t<meta property=\"og:image:height\" content=\"1050\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Mauro Huculak\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Pureinfotech\" \/>\n<meta name=\"twitter:site\" content=\"@Pureinfotech\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mauro Huculak\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/\"},\"author\":{\"name\":\"Mauro Huculak\",\"@id\":\"https:\/\/pureinfotech.com\/#\/schema\/person\/bf4921a81eb4380865af70691a93af43\"},\"headline\":\"How to check if drive uses GPT or MBR partition style on Windows 10\",\"datePublished\":\"2026-02-23T10:00:53+00:00\",\"dateModified\":\"2026-02-23T12:24:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/\"},\"wordCount\":1191,\"publisher\":{\"@id\":\"https:\/\/pureinfotech.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2024\/02\/windows-10-gpt-mbr-check-hero.webp?fit=1680%2C1050&quality=78&strip=all&ssl=1\",\"keywords\":[\"Difficulty level: Beginner\",\"How-To\",\"Windows 10\",\"Windows Help\"],\"articleSection\":[\"Windows\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/\",\"url\":\"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/\",\"name\":\"How to check if drive uses GPT or MBR partition style on Windows 10 - Pureinfotech\",\"isPartOf\":{\"@id\":\"https:\/\/pureinfotech.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2024\/02\/windows-10-gpt-mbr-check-hero.webp?fit=1680%2C1050&quality=78&strip=all&ssl=1\",\"datePublished\":\"2026-02-23T10:00:53+00:00\",\"dateModified\":\"2026-02-23T12:24:08+00:00\",\"description\":\"To check GPT or MBR on Windows 10, open \\\"Disk Management,\\\" right-click the disk, choose \\\"Properties,\\\" open \\\"Volume,\\\" and confirm MBR or GPT.\",\"breadcrumb\":{\"@id\":\"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2024\/02\/windows-10-gpt-mbr-check-hero.webp?fit=1680%2C1050&quality=78&strip=all&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2024\/02\/windows-10-gpt-mbr-check-hero.webp?fit=1680%2C1050&quality=78&strip=all&ssl=1\",\"width\":1680,\"height\":1050,\"caption\":\"Windows 10 MBR and GPT details \/ Image: Mauro Huculak\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/pureinfotech.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to check if drive uses GPT or MBR partition style on Windows 10\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/pureinfotech.com\/#website\",\"url\":\"https:\/\/pureinfotech.com\/\",\"name\":\"Pureinfotech \u2022 Windows 10 &amp; Windows 11 help for humans\",\"description\":\"Pureinfotech is the best site to get Windows help \u2013 featuring friendly how-to guides on Windows 10, Windows 11, Xbox, and other things tech, news, deals, reviews, and more.\",\"publisher\":{\"@id\":\"https:\/\/pureinfotech.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/pureinfotech.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/pureinfotech.com\/#organization\",\"name\":\"Pureinfotech\",\"url\":\"https:\/\/pureinfotech.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pureinfotech.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/05\/pure-logo-v45.png?fit=192%2C192&quality=78&strip=all&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/05\/pure-logo-v45.png?fit=192%2C192&quality=78&strip=all&ssl=1\",\"width\":192,\"height\":192,\"caption\":\"Pureinfotech\"},\"image\":{\"@id\":\"https:\/\/pureinfotech.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/pureinfotech\",\"https:\/\/x.com\/Pureinfotech\",\"https:\/\/www.youtube.com\/user\/Pureinfotech\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/pureinfotech.com\/#\/schema\/person\/bf4921a81eb4380865af70691a93af43\",\"name\":\"Mauro Huculak\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/1cbac450402490f703560c52c3114f3e5ab02a741684eb73917885ae4a117a16?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1cbac450402490f703560c52c3114f3e5ab02a741684eb73917885ae4a117a16?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1cbac450402490f703560c52c3114f3e5ab02a741684eb73917885ae4a117a16?s=96&d=mm&r=g\",\"caption\":\"Mauro Huculak\"},\"description\":\"Mauro Huculak is a Windows How-To Expert and founder of Pureinfotech (est. 2010). With over 21 years as a technology writer and IT Specialist, Mauro specializes in Windows, software, and cross-platform systems such as Linux, Android, and macOS. Certifications he holds include Microsoft Certified Solutions Associate (MCSA), Cisco Certified Network Professional (CCNP), VMware Certified Professional (VCP), and CompTIA A+ and Network+. Mauro is a recognized Microsoft MVP and has also been a long-time contributor to Windows Central. You can follow him on YouTube, Threads, BlueSky, X (Twitter), LinkedIn and About.me. Email him at Contact@Pureinfotech.com.\",\"sameAs\":[\"https:\/\/pureinfotech.com\",\"https:\/\/x.com\/@Pureinfotech\"],\"url\":\"https:\/\/pureinfotech.com\/mauro-huculak\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to check if drive uses GPT or MBR partition style on Windows 10 - Pureinfotech","description":"To check GPT or MBR on Windows 10, open \"Disk Management,\" right-click the disk, choose \"Properties,\" open \"Volume,\" and confirm MBR or GPT.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/","og_locale":"en_US","og_type":"article","og_title":"How to check if drive uses GPT or MBR partition style on Windows 10 - Pureinfotech","og_description":"To check GPT or MBR on Windows 10, open \"Disk Management,\" right-click the disk, choose \"Properties,\" open \"Volume,\" and confirm MBR or GPT.","og_url":"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/","og_site_name":"Pureinfotech \u2022 Windows 10 &amp; Windows 11 help for humans","article_publisher":"https:\/\/facebook.com\/pureinfotech","article_published_time":"2026-02-23T10:00:53+00:00","article_modified_time":"2026-02-23T12:24:08+00:00","og_image":[{"width":1680,"height":1050,"url":"https:\/\/pureinfotech.com\/wp-content\/uploads\/2024\/02\/windows-10-gpt-mbr-check-hero.webp","type":"image\/webp"}],"author":"Mauro Huculak","twitter_card":"summary_large_image","twitter_creator":"@Pureinfotech","twitter_site":"@Pureinfotech","twitter_misc":{"Written by":"Mauro Huculak","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/#article","isPartOf":{"@id":"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/"},"author":{"name":"Mauro Huculak","@id":"https:\/\/pureinfotech.com\/#\/schema\/person\/bf4921a81eb4380865af70691a93af43"},"headline":"How to check if drive uses GPT or MBR partition style on Windows 10","datePublished":"2026-02-23T10:00:53+00:00","dateModified":"2026-02-23T12:24:08+00:00","mainEntityOfPage":{"@id":"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/"},"wordCount":1191,"publisher":{"@id":"https:\/\/pureinfotech.com\/#organization"},"image":{"@id":"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2024\/02\/windows-10-gpt-mbr-check-hero.webp?fit=1680%2C1050&quality=78&strip=all&ssl=1","keywords":["Difficulty level: Beginner","How-To","Windows 10","Windows Help"],"articleSection":["Windows"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/","url":"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/","name":"How to check if drive uses GPT or MBR partition style on Windows 10 - Pureinfotech","isPartOf":{"@id":"https:\/\/pureinfotech.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/#primaryimage"},"image":{"@id":"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2024\/02\/windows-10-gpt-mbr-check-hero.webp?fit=1680%2C1050&quality=78&strip=all&ssl=1","datePublished":"2026-02-23T10:00:53+00:00","dateModified":"2026-02-23T12:24:08+00:00","description":"To check GPT or MBR on Windows 10, open \"Disk Management,\" right-click the disk, choose \"Properties,\" open \"Volume,\" and confirm MBR or GPT.","breadcrumb":{"@id":"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/#primaryimage","url":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2024\/02\/windows-10-gpt-mbr-check-hero.webp?fit=1680%2C1050&quality=78&strip=all&ssl=1","contentUrl":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2024\/02\/windows-10-gpt-mbr-check-hero.webp?fit=1680%2C1050&quality=78&strip=all&ssl=1","width":1680,"height":1050,"caption":"Windows 10 MBR and GPT details \/ Image: Mauro Huculak"},{"@type":"BreadcrumbList","@id":"https:\/\/pureinfotech.com\/check-gpt-mbr-partition-windows-10\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pureinfotech.com\/"},{"@type":"ListItem","position":2,"name":"How to check if drive uses GPT or MBR partition style on Windows 10"}]},{"@type":"WebSite","@id":"https:\/\/pureinfotech.com\/#website","url":"https:\/\/pureinfotech.com\/","name":"Pureinfotech \u2022 Windows 10 &amp; Windows 11 help for humans","description":"Pureinfotech is the best site to get Windows help \u2013 featuring friendly how-to guides on Windows 10, Windows 11, Xbox, and other things tech, news, deals, reviews, and more.","publisher":{"@id":"https:\/\/pureinfotech.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pureinfotech.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pureinfotech.com\/#organization","name":"Pureinfotech","url":"https:\/\/pureinfotech.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pureinfotech.com\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/05\/pure-logo-v45.png?fit=192%2C192&quality=78&strip=all&ssl=1","contentUrl":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2019\/05\/pure-logo-v45.png?fit=192%2C192&quality=78&strip=all&ssl=1","width":192,"height":192,"caption":"Pureinfotech"},"image":{"@id":"https:\/\/pureinfotech.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/pureinfotech","https:\/\/x.com\/Pureinfotech","https:\/\/www.youtube.com\/user\/Pureinfotech"]},{"@type":"Person","@id":"https:\/\/pureinfotech.com\/#\/schema\/person\/bf4921a81eb4380865af70691a93af43","name":"Mauro Huculak","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1cbac450402490f703560c52c3114f3e5ab02a741684eb73917885ae4a117a16?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1cbac450402490f703560c52c3114f3e5ab02a741684eb73917885ae4a117a16?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1cbac450402490f703560c52c3114f3e5ab02a741684eb73917885ae4a117a16?s=96&d=mm&r=g","caption":"Mauro Huculak"},"description":"Mauro Huculak is a Windows How-To Expert and founder of Pureinfotech (est. 2010). With over 21 years as a technology writer and IT Specialist, Mauro specializes in Windows, software, and cross-platform systems such as Linux, Android, and macOS. Certifications he holds include Microsoft Certified Solutions Associate (MCSA), Cisco Certified Network Professional (CCNP), VMware Certified Professional (VCP), and CompTIA A+ and Network+. Mauro is a recognized Microsoft MVP and has also been a long-time contributor to Windows Central. You can follow him on YouTube, Threads, BlueSky, X (Twitter), LinkedIn and About.me. Email him at Contact@Pureinfotech.com.","sameAs":["https:\/\/pureinfotech.com","https:\/\/x.com\/@Pureinfotech"],"url":"https:\/\/pureinfotech.com\/mauro-huculak"}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2024\/02\/windows-10-gpt-mbr-check-hero.webp?fit=1680%2C1050&quality=78&strip=all&ssl=1","jetpack-related-posts":[{"id":152945,"url":"https:\/\/pureinfotech.com\/check-partition-style-gpt-mbr-windows-11\/","url_meta":{"origin":107416,"position":0},"title":"How to check partition style (GPT or MBR) on Windows 11","author":"Mauro Huculak","date":"March 3, 2023","format":false,"excerpt":"Is your computer using MBR or GPT partition style on the drive? Here's how to find out on Windows 11.","rel":"","context":"","block_context":{"text":"Windows","link":"https:\/\/pureinfotech.com\/category\/windows\/"},"img":{"alt_text":"Windows 11 check MBR or GPT","src":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2023\/03\/windows-11-check-mbr-gpt-drive-hero.webp?fit=1200%2C746&quality=78&strip=all&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2023\/03\/windows-11-check-mbr-gpt-drive-hero.webp?fit=1200%2C746&quality=78&strip=all&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2023\/03\/windows-11-check-mbr-gpt-drive-hero.webp?fit=1200%2C746&quality=78&strip=all&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2023\/03\/windows-11-check-mbr-gpt-drive-hero.webp?fit=1200%2C746&quality=78&strip=all&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2023\/03\/windows-11-check-mbr-gpt-drive-hero.webp?fit=1200%2C746&quality=78&strip=all&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":176163,"url":"https:\/\/pureinfotech.com\/fix-mbr-gpt-errors-windows-10\/","url_meta":{"origin":107416,"position":1},"title":"How to fix errors converting drive from MBR to GPT on Windows 10","author":"Mauro Huculak","date":"February 28, 2025","format":false,"excerpt":"If the MBR to GPT validation or updating WinRE fail during conversion, this is what you need to do.","rel":"","context":"","block_context":{"text":"Features","link":"https:\/\/pureinfotech.com\/category\/features\/"},"img":{"alt_text":"Windows 10 fix MBR to GPT conversion","src":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/02\/windows-10-fix-mbr-gpt-error-hero-mauro-huculak.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/02\/windows-10-fix-mbr-gpt-error-hero-mauro-huculak.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/02\/windows-10-fix-mbr-gpt-error-hero-mauro-huculak.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/02\/windows-10-fix-mbr-gpt-error-hero-mauro-huculak.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/02\/windows-10-fix-mbr-gpt-error-hero-mauro-huculak.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":180981,"url":"https:\/\/pureinfotech.com\/turn-on-secure-boot-windows-10\/","url_meta":{"origin":107416,"position":2},"title":"How to turn on Secure Boot on Windows 10","author":"Mauro Huculak","date":"September 18, 2025","format":false,"excerpt":"Secure your computer from boot-level threats by enabling Secure Boot, and here's how on Windows 10.","rel":"","context":"","block_context":{"text":"Windows","link":"https:\/\/pureinfotech.com\/category\/windows\/"},"img":{"alt_text":"Windows 10 Secure Boot","src":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/09\/windows-10-secure-boot-enable-hero.webp?fit=1200%2C771&quality=78&strip=all&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/09\/windows-10-secure-boot-enable-hero.webp?fit=1200%2C771&quality=78&strip=all&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/09\/windows-10-secure-boot-enable-hero.webp?fit=1200%2C771&quality=78&strip=all&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/09\/windows-10-secure-boot-enable-hero.webp?fit=1200%2C771&quality=78&strip=all&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/09\/windows-10-secure-boot-enable-hero.webp?fit=1200%2C771&quality=78&strip=all&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":179840,"url":"https:\/\/pureinfotech.com\/enable-secure-boot-battlefield-6-windows-11-10\/","url_meta":{"origin":107416,"position":3},"title":"How to enable Secure Boot to play Battlefield 6 on Windows 11 (or 10)","author":"Mauro Huculak","date":"August 13, 2025","format":false,"excerpt":"Fix the \"SecureBoot is not enabled\" error message when trying to play Battlefield 6 on Windows 11 or 10.","rel":"","context":"","block_context":{"text":"Features","link":"https:\/\/pureinfotech.com\/category\/features\/"},"img":{"alt_text":"Enable Secure Boot for Battlefield 6","src":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/08\/battlefield-6-enable-secure-boot-windows-hero.webp?fit=1200%2C771&quality=78&strip=all&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/08\/battlefield-6-enable-secure-boot-windows-hero.webp?fit=1200%2C771&quality=78&strip=all&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/08\/battlefield-6-enable-secure-boot-windows-hero.webp?fit=1200%2C771&quality=78&strip=all&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/08\/battlefield-6-enable-secure-boot-windows-hero.webp?fit=1200%2C771&quality=78&strip=all&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/08\/battlefield-6-enable-secure-boot-windows-hero.webp?fit=1200%2C771&quality=78&strip=all&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":182615,"url":"https:\/\/pureinfotech.com\/enable-tpm-2-0-secure-boot-pc-game-windows-10\/","url_meta":{"origin":107416,"position":4},"title":"How to enable TPM 2.0 and Secure Boot to play any PC game on Windows 10","author":"Mauro Huculak","date":"November 7, 2025","format":false,"excerpt":"PC games now require TPM 2.0 and Secure Boot because of anti-cheat requirements, and here's how to enable these features on Windows 10.","rel":"","context":"","block_context":{"text":"Features","link":"https:\/\/pureinfotech.com\/category\/features\/"},"img":{"alt_text":"Windows 10 with TPM 2.0 and Secure Boot","src":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/11\/windows-10-tpm-secure-boot-enable-hero.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/11\/windows-10-tpm-secure-boot-enable-hero.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/11\/windows-10-tpm-secure-boot-enable-hero.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/11\/windows-10-tpm-secure-boot-enable-hero.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2025\/11\/windows-10-tpm-secure-boot-enable-hero.webp?fit=1200%2C750&quality=78&strip=all&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":92622,"url":"https:\/\/pureinfotech.com\/format-hard-drive-powershell-windows-10\/","url_meta":{"origin":107416,"position":5},"title":"How to format drive using PowerShell on Windows 10","author":"Mauro Huculak","date":"January 5, 2023","format":false,"excerpt":"Here are the steps to properly format a hard drive using PowerShell commands on Windows 10.","rel":"","context":"","block_context":{"text":"Windows","link":"https:\/\/pureinfotech.com\/category\/windows\/"},"img":{"alt_text":"PowerShell format drive command","src":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2022\/01\/windows-10-format-drive-hero.webp?fit=1200%2C743&quality=78&strip=all&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2022\/01\/windows-10-format-drive-hero.webp?fit=1200%2C743&quality=78&strip=all&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2022\/01\/windows-10-format-drive-hero.webp?fit=1200%2C743&quality=78&strip=all&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2022\/01\/windows-10-format-drive-hero.webp?fit=1200%2C743&quality=78&strip=all&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/pureinfotech.com\/wp-content\/uploads\/2022\/01\/windows-10-format-drive-hero.webp?fit=1200%2C743&quality=78&strip=all&ssl=1&resize=1050%2C600 3x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/posts\/107416","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/comments?post=107416"}],"version-history":[{"count":2,"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/posts\/107416\/revisions"}],"predecessor-version":[{"id":185703,"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/posts\/107416\/revisions\/185703"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/media\/185704"}],"wp:attachment":[{"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/media?parent=107416"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/categories?post=107416"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pureinfotech.com\/wp-json\/wp\/v2\/tags?post=107416"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}