Launch offer

PrintCast Driver is here. 50% off everything.

To celebrate the Driver launch, both apps are half price for a limited time. The discount is applied automatically at checkout.

Code LAUNCH50

Back to Blog
guidemacosdriverprinter

How to Reinstall Printer Drivers on Mac (2026 Guide)

Step-by-step guide to reinstalling printer drivers on macOS Sequoia, Sonoma, and Ventura. Covers manufacturer downloads, Apple software updates, and universal driver alternatives.

Published March 20, 20267 min readPrintCast Team

You need to reinstall a printer driver on your Mac. Maybe the driver was corrupted, removed by a macOS update, or you're setting up a printer on a new machine. Whatever the reason, this guide walks through every method available in 2026.

Fair warning: reinstalling printer drivers on macOS is not as simple as it used to be. Apple has been removing third-party driver support, so "reinstalling" may not be possible for every printer using the old approach. This guide covers what works now.

Before You Start: Check What You're Working With

Find Your Printer Model

You'll need your exact printer model number. Check:

  • The front or top panel of your printer
  • A label on the back
  • The printer's own settings menu (usually accessible via the printer's screen)

Check Your macOS Version

  1. Click the Apple menu
  2. Select About This Mac
  3. Note the macOS version (Sequoia, Sonoma, Ventura, etc.)

This matters because driver availability varies by macOS version.

Check Current Driver Status

  1. Open System Settings > Printers & Scanners
  2. Click your printer (if it's listed)
  3. Note the current driver assignment

If it says "Generic PostScript" or "Generic PCL," your specific driver was removed or never installed.

Method 1: Install PrintCast Driver (Universal)

If you're tired of hunting for model-specific drivers, PrintCast Driver provides one alternative that works with printers from major manufacturers that use PCL5 or PostScript.

Why Start Here

  • Works with printers from Canon, Epson, Brother, HP, Lexmark, Samsung, and more that use PCL5 or PostScript
  • One install covers the PCL5 and PostScript printers on your Mac
  • No need to find model-specific downloads
  • Actively developed, with compatibility updates as macOS evolves

Steps

  1. Download PrintCast Driver from printcast.app
  2. Open the .dmg and drag to Applications
  3. Launch from your menu bar
  4. PrintCast detects printers that need driver support
  5. Driver-level options return: duplex and color management, where your printer reports them

PrintCast is independent software and is not affiliated with any printer manufacturer — results vary by model, and the free trial lets you confirm your printer.

Ready to fix your printer?

PrintCast Driver gets your printer printing again in minutes.

Free 7-day trial. No credit card required.

Method 2: Download from Your Manufacturer

The traditional approach: get the driver directly from your printer's manufacturer.

HP

  1. Visit hp.com/support
  2. Enter your model number
  3. Select your macOS version
  4. Download "Full Feature Software and Driver"
  5. Run the .dmg installer
  6. Restart your Mac

Canon

  1. Visit usa.canon.com/support
  2. Search for your model
  3. Select "Drivers & Downloads"
  4. Filter by your macOS version
  5. Download the driver package
  6. Run the installer

Epson

  1. Visit epson.com/support
  2. Enter your model
  3. Select your OS
  4. Download "Printer Driver"
  5. Install and restart

Brother

  1. Visit brother.com/support
  2. Search for your model
  3. Download "Full Driver & Software Package"
  4. Run the .pkg installer
  5. Restart your Mac

Lexmark

  1. Visit lexmark.com/support
  2. Find your model
  3. Download the macOS driver
  4. Install and restart

After Installing

  1. Open System Settings > Printers & Scanners
  2. Remove your existing printer entry
  3. Click + to add it fresh
  4. Check the "Use" dropdown for your new driver
  5. Select the specific driver (not generic) and click Add

Method 3: Apple Software Update

macOS includes a limited set of printer drivers that Apple maintains.

Via System Settings

  1. Open System Settings > General > Software Update
  2. Click Advanced or check for optional updates
  3. Look for printer-related software
  4. Install if available

Via Terminal

softwareupdate --list

Look for entries like "Brother Printer Drivers" or "HP Printer Drivers." Install with:

sudo softwareupdate --install "[exact name from list]"

What to Expect

Apple's printer software collection has been shrinking. Many brands and models are no longer included. This method is quick to try but may not work for your printer.

Method 4: Select a Different Driver Manually

macOS may have a compatible driver already installed that it didn't automatically select.

Steps

  1. Open System Settings > Printers & Scanners
  2. Click + to add a printer (or remove and re-add your existing one)
  3. When the "Use" dropdown appears, click it
  4. Select Select Software...
  5. In the search field, type your printer brand or model
  6. Browse the list for compatible drivers
  7. Select one and click OK

Tips

  • Try searching by brand name, then by model number
  • Some printers work with a driver for a different model in the same series
  • A driver for a newer model in the same line often works with older models

Method 5: Reset the Print System

A full reset clears all printer configurations and driver assignments, giving you a clean slate.

Steps

  1. Open System Settings > Printers & Scanners
  2. Right-click anywhere in the printer list
  3. Select Reset printing system
  4. Confirm the reset
  5. Restart your Mac
  6. Re-add your printers

When to Use This

  • When a printer shows errors you can't clear
  • When a driver install didn't seem to take effect
  • When you've tried multiple drivers and things are confused

Warning

This removes all printers, all print jobs in queue, and all driver assignments. You'll need to re-add every printer on your Mac.

Method 6: Manual CUPS Configuration (Advanced)

macOS uses CUPS (Common Unix Printing System) under the hood. You can configure drivers at this level.

Access CUPS Web Interface

  1. Open Terminal
  2. Run: cupsctl WebInterface=yes
  3. Open a browser and go to http://localhost:631
  4. Click Administration > Add Printer
  5. Follow the prompts, selecting your driver manually

When This Helps

  • When System Settings doesn't show your printer
  • When you have a PPD file from the manufacturer
  • When you need to configure specific CUPS options

Revert

To disable the CUPS web interface after:

cupsctl WebInterface=no

Troubleshooting Common Issues

"The software for this printer is not currently available"

This means macOS doesn't have a driver for your printer, and Apple's servers don't have one to download. Your options are PrintCast Driver or a manufacturer download.

Driver Installed But Printer Still Uses Generic

  1. Remove the printer from System Settings
  2. Re-add it
  3. When selecting the driver, manually choose the newly installed one from the "Use" dropdown
  4. Don't let macOS auto-select

"Printer driver update is available" But It Fails

  1. Check your internet connection
  2. Try again later (Apple's servers can be slow)
  3. Download the driver directly from the manufacturer instead

Printer Works But Features Are Missing

You likely have a partial driver or AirPrint fallback. Even when a driver "installs," it may not be the full-featured version. PrintCast Driver restores the options your printer reports.

Comparing Your Options

MethodPrinter CoverageDriver-Level OptionsTimeSurvives Updates
PrintCast DriverPCL5 or PostScript modelsYes2 minutesActively maintained
Manufacturer DownloadYour brand onlyUsually15-30 minutesMaybe
Apple Software UpdateLimited selectionVaries5 minutesMaybe
Manual Driver SelectionIf driver existsVaries10 minutesNo
Print System ResetClears issues onlyDepends on driver15 minutesNo
CUPS ConfigurationAdvanced usersFull if PPD available30+ minutesNo

The Bottom Line

Reinstalling printer drivers on macOS used to be straightforward: download from the manufacturer, double-click, done. Apple's driver deprecation has made this unreliable for many printers.

If you want the simplest path back to a working printer, PrintCast Driver handles it in one install for printers that use PCL5 or PostScript, regardless of manufacturer. If you prefer the traditional approach, check your manufacturer's website first, but be prepared for the possibility that an updated driver doesn't exist for your model.

Related Articles

Get PrintCast Bridge

Direct download from printcast.app

Requires macOS 13.5 (Ventura) or later

How to Reinstall Printer Drivers on Mac (2026 Guide) | PrintCast