How to check if a file is gzip compressed? September 6, 2023 by Tarik There is a magic number at the beginning of the file. Just read the first two bytes and check if they are equal to 0x1f8b.