Hello there,
The Disable-DedupVolume cmdlet disables further data deduplication activity on one or more volumes. After you disable data deduplication, the volume remains in a deduplicated state and the existing deduplicated data is accessible. The server stops running data deduplication jobs for the volume and new data is not deduplicated. To undo data deduplication on a volume, use the Start-DedupJob cmdlet and specify Unoptimization for the Type parameter.
Open an elevated Command Prompt or PowerShell window.
Run the following command to disable deduplication on the volume:
Disable-DedupVolume -Volume <DriveLetter> -Type UnOptimized
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer–