Hello
Thank you for posting in Q&A forum.
WSUS uses a compression type calls Xpress encoding. It implements compression on update metadata and can result in significant bandwidth savings.
You can try to enable the compression for conserve bandwidth
Xpress encoding is enabled in IIS ApplicationHost.config with this line under the element and a registry setting:<httpCompression>
ApplicationHost.Config
<scheme name="xpress" doStaticCompression="false" doDynamicCompression="true" dll="C:\Program Files\Update Services\WebServices\suscomp.dll" staticCompressionLevel="10" dynamicCompressionLevel="0" />
Registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Update
Services\Server\Setup\IIsDynamicCompression
If both aren't present, it can be enabled by running this command and then restarting the WsusPool application pool in IIS.
cscript "%programfiles%\update services\setup\DynamicCompression.vbs" /enable "%programfiles%\Update Services\WebServices\suscomp.dll"
Windows Server Update Services (WSUS) best practices - Configuration Manager | Microsoft Learn
Best regards
Yanhong
=====================================
If the answer is helpful, please click "Accept answer" and upvote it