The Windows system image backup app (like the feature update process) is sensitive to the state of the computer's partitions. Neither of those likes more than one EFI System partition to be present, for instance. But, fine, you've got only one.
Now I'm looking again at your Win 10 Recovery Tools partition of 450 MB. I don't like that it is described as an OEM partition. I think it should say "Recovery Partition" in Disk Management as mine does. Also, I don't like it has only
43 MB of free space....

See what is said in here about the Windows RE Tools partition...
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-8.1-and-8/hh824839%28v%3dwin.10%29
Configure UEFI/GPT-Based Hard Drive Partitions
"This partition must allocate space for the Windows RE tools image (winre.wim, typically between 250-300MB, depending on base language and customizations added), plus enough free space so that the partition can be captured by backup utilities:"
"If the partition is less than 500 MB, it must have at least 50 MB of free space."
"This partition must use the Type ID: DE94BBA4-06D1-4D40-A16A-BFD50179D6AC.
"
So - let us examine it more closely...
(1) Type CMD into Search, & click "Run as administrator".
(2) Enter the following commands...
ReagentC /Info <<< I expect yours to say partition 5 is the Windows RE location.
DiskPart
Select Disk 0
List Part
Select Part 5
Detail Part
Exit
Use Ctrl-A & Ctrl-C to copy the result, & paste it here.
Microsoft Windows [Version 10.0.18363.815]
(c) 2019 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>ReagentC /Info
Windows Recovery Environment (Windows RE) and system reset configuration
Information:
Windows RE status: Enabled
Windows RE location: \?\GLOBALROOT\device\harddisk0*partition4*\Recovery\WindowsRE
Boot Configuration Data (BCD) identifier: 7f582e78-a2f7-11e9-86db-c6c7375e4034
Recovery image location:
Recovery image index: 0
Custom image location:
Custom image index: 0
REAGENTC.EXE: Operation Successful.
C:\WINDOWS\system32>DiskPart
Microsoft DiskPart version 10.0.18362.1
Copyright (C) Microsoft Corporation.
On computer: PCRSCOMPUTER
DISKPART> Select Disk 0
Disk 0 is now the selected disk.
DISKPART>List Part
Partition ### Type Size Offset
------------- ------------ ------- -------
Partition 1 System 99 MB 32 KB
Partition 2 Reserved 16 MB 100 MB
Partition 3 Primary 930 GB 116 MB
Partition 4 Recovery 790 MB 930 GB
DISKPART> Select Part 4 <<< Yours will be 5
Partition 4 is now the selected partition.
DISKPART> Detail Part
Partition 4
Type : de94bba4-06d1-4d40-a16a-bfd50179d6ac
Hidden : No
Required: Yes
Attrib : 0X8000000000000001
Offset in Bytes: 999374716928
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 3 WinRE 1909 NTFS Partition 790 MB Healthy Hidden
DISKPART> Exit
Leaving DiskPart...
Let's see that. We can make your type & attributes look like mine. Hopefully things will go better after that. If not, we can also increase the size of partition 5, but it will require a 3rd-party tool.