In some situations, it doesn't hurt to do a fresh re-installation.
Windows
Step 1:
Close your League of Legends Client.
Step 2:
Open your Windows control panel, move over to Uninstall a program, select Blitz and click Uninstall.
Step 3:
Press Windows Key + R, enter %localappdata%/Programs, click OK and delete the Blitz directory.
Step 4:
Press Windows Key + R, enter %appdata%, click OK and delete the Blitz & Blitz-helpers directory.
Step 5:
Now head over to blitz.gg/download, download and install the latest version.
macOS
Step 1:
Open your finder, press Command + Shift + G, enter ~/Library/Application Support/, remove the Blitz directory.
Step 2:
Open your applications directory and delete the Blitz.app
Step 3:
Now head over to blitz.gg/download and install the latest version.
PS:
One-liner that you can enter into your Terminal on macOS to do step 1 and 2 a bit quicker.
One-liner that you can enter into your Terminal on macOS to do step 1 and 2 a bit quicker.
osascript -e 'quit app "Blitz"' && sleep 1 && rm -rf ~/Library/Application\ Support/Blitz/ && rm -rf /Applications/Blitz.app/