SQL Server 2025 Backup Acceleration with ZSTD compression algorithm

In SQL Server 2025 release a new backup enhancement feature was introduced by introducing new compression algorith “ZSTD” which will speed up backup performance compared to the traditional “MS_XPRESS” backup compression.

Let me explore perfomrance between the standard compression and new the compression algorithm:

Using  traditional compression backup algorithm the backup was taken in 9 seconds with a size of 777,192 KB

Using ZSTD compression algorithm backup was taken in 4 seconds with a size of  873,092 KB

So, as a conclusion the newly introduced compression algorithm is balances between size and speed in an optimized matter.

If you want this compression algorithm [ZSTD] to be used as a default in your instance :

If you face this error:

‘3’ is not a valid value for configuration option ‘backup compression algorithm’.

This is a known issue in CTP and will be fixed in future by Microsoft:

https://learn.microsoft.com/en-us/sql/sql-server/sql-server-2025-release-notes?view=sql-server-ver16#known-issues