On a clean install of Windows 10 (1703), SSD, UEFI boot:
DISKPART> list partition
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 Recovery 450 MB 1024 KB
Partition 2 System 100 MB 451 MB
Partition 3 Reserved 16 MB 551 MB
Partition 4 Primary 476 GB 567 MB
After enabling BitLocker:
DISKPART> list partition
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 Recovery 450 MB 1024 KB
Partition 2 System 100 MB 451 MB
Partition 3 Reserved 16 MB 551 MB
Partition 4 Primary 475 GB 567 MB
Partition 5 Recovery 870 MB 476 GB
(2nd Recovery partition added at #5.)
Everything in terms of partition types and attributes appears to be identical - though only the first is labeled as "Recovery":
Partition 1
Type : de94bba4-06d1-4d40-a16a-bfd50179d6ac
Hidden : Yes
Required: Yes
Attrib : 0X8000000000000001
Offset in Bytes: 1048576
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 2 Recovery NTFS Partition 450 MB Healthy Hidden
Partition 5
Type : de94bba4-06d1-4d40-a16a-bfd50179d6ac
Hidden : Yes
Required: Yes
Attrib : 0X8000000000000001
Offset in Bytes: 511196528640
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 4 NTFS Partition 870 MB Healthy Hidden
I have seen this on at least 3 different installs on different computers. Yet, my primary desktop which is also BitLocker-encrypted does not have a 2nd recovery partition (#5) - and during a previous re-install on another system, I had a BitLocker-encrypted machine without the 2nd recovery partition as well.
- Are both needed?
- Is there any functional difference between one or the other?
- Can I remove one without any functional impact - even for recovery purposes?
I realize it is "only" 450 MB or 870 MB (depending upon the system) - but I'd rather not waste the space on "smaller" SSDs, especially if it isn't serving any value.
References already consulted:
- What is this Recovery Partition for on a fresh installation of Windows?
- Windows 8.1 - Why are there multiple recovery partitions in the system?
- https://technet.microsoft.com/en-us/library/dd744540(v=ws.10).aspx
- https://www.tenforums.com/installation-upgrade/13616-does-windows-10-clean-install-create-necessary-partitions.html