A code minifier works by parsing the code and identifying unnecessary characters and redundant parts. It then removes these elements and rewrites the code in a more compact form. For example, a minifier will remove extra spaces, line breaks, and comments, and may even shorten variable names in JavaScript.