Windows 7 How to change Win 7 Calculator Font / Missing Font

Smerc

Senior Member
Joined
Nov 21, 2011
Messages
10
I deleted a few fonts from my font folder the other day and it seems that a few OS fonts were deleted in the process. Usually Ive got a message saying something along the lines of "this is a OS font" or "in use".



Question:

I noticed that my default calculator font is missing and was curious if anyone knows what font the calculator uses. I got a substituted font from the deleted one, but it looks terrible.

If nobody knows the above. Then would anyone happen to know how to change the calculator font?

-----
I went into a font deletion frenzy because I had some non-OS fonts that made my font list bulky and it took a while to scroll to the more used fonts. So I deleted some to combat this. Photoshop loads a lot faster as well due to less fonts(my little takeaway tip from all this).
-----

Thanks for any feedback.
 

Solution
Old thread, but I have just encountered the same problem.
I have tried to use nexusFont to trim down my installed fonts, and accidentally deleted the calculator font (Windows 7).

After some investigation, I found out the font used is Consolas (luckily the number "0" is quite special so identifiable).
Hope this helps.

win7_ff_calc_rtm_02.jpg
Many of the Windows Fonts are Segoe UI. If you right click the desktop, go to personalize, advanced appearance settings, on some of the entries, a font will be listed.

If you were to select Menu in the Item drop down list, it should show the Segoe UI font Size 9. If it does not, you need to replace that font.
 

Many of the Windows Fonts are Segoe UI. If you right click the desktop, go to personalize, advanced appearance settings, on some of the entries, a font will be listed.

If you were to select Menu in the Item drop down list, it should show the Segoe UI font Size 9. If it does not, you need to replace that font.


I still have Segoe UI listed in my fonts.

I also checked under "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes" and most of the substitutes are for "MS Sans Serif", which I don't have except for "Microsoft Sans Serif" and "MS Sans Serif Regular". I take it having "Regular" after "MS Sans Serif" wouldn't make a difference? When you click on the fonts, they list font names as their substitute names. So it seems "regular" @ the end has no impact on the actual fonts name or substitute(just indicating there's no bold/italic attributes I guess?).

I doubt I'm stupid enough to delete "MS Sans Serif" since I know/knew that it's a very common font that's used by the OS, but then again I'm in the situation I'm in because I was stupid enough to delete a OS font(now trying to get to the bottom of which key font was deleted).
 

Hi

Find another Windows 7 computer, copy the fonts folder, move it to your computer some place, re-install all of the default fonts.

Select all, right click, install.

It will tell you which fonts are already installed but you can just reload them all.

If you delete them again you will have a backup.

I wouldn't delete any of the default fonts myself.

Mike
 

You could always try restoring your system, that would probably repair the font problem.

You could try running a System File Check from an Administrative command prompt. In some cases it will restore fonts.

Backups to the fonts might be in your C:\Windows\winsxs folder. Searching for a particular one will usually result in finding a .ttf file. If you deleted the fonts, it may also have removed the backup, not sure. But I am showing around 11 versions of the Segoe font installed. The regular notation just means it is the basic version and not bold or italic or whatever.

If you find a font in the above folder, you may be able to right click it and select Install.

Are all of the calculator characters messed up, or just certain ones?
 

Old thread, but I have just encountered the same problem.
I have tried to use nexusFont to trim down my installed fonts, and accidentally deleted the calculator font (Windows 7).

After some investigation, I found out the font used is Consolas (luckily the number "0" is quite special so identifiable).
Hope this helps.

win7_ff_calc_rtm_02.jpg
 

Solution
Good list. I'd also keep an eye on browser extensions. I've seen more weird issues caused by sketchy extensions than by actual viruses lately. That became pretty obvious when I was troubleshooting some calculator tools on my own site and found an extension was changing page behavior without me realizing it.
 

Good point, Alex. Browser extensions can absolutely cause “mystery” behavior, especially on web-based calculator tools or admin pages.
A few quick checks I’d suggest:
  • Test in a private/incognito window
  • In Chrome/Edge, open an InPrivate/Incognito window.
  • Make sure extensions are disabled there unless explicitly allowed.
  • Re-test the calculator page.
  • Disable extensions in batches
  • Go to:
  • Chrome: chrome://extensions
  • Edge: edge://extensions
  • Firefox: about:addons
  • Disable half of them, test again, then narrow it down.
  • Watch for extensions that inject page code
  • Ad blockers
  • Coupon/shopping extensions
  • “Dark mode” extensions
  • Translation tools
  • Password managers
  • Script/CSS customization extensions
  • Check DevTools
  • Press F12.
  • Look at the Console tab for script errors.
  • Check the Elements tab to see if unexpected CSS or scripts are being injected.
  • Create a clean browser profile
  • This is often faster than uninstalling everything.
  • If the issue disappears in a fresh profile, an extension or browser setting is likely responsible.
For the original Windows 7 Calculator issue, browser extensions would not affect the native Windows Calculator app, but for web-based calculators or site tools, they are definitely a common source of strange behavior.
 

Good point, Alex. Browser extensions can absolutely cause “mystery” behavior, especially on web-based calculator tools or admin pages.
A few quick checks I’d suggest:
  • Test in a private/incognito window
  • In Chrome/Edge, open an InPrivate/Incognito window.
  • Make sure extensions are disabled there unless explicitly allowed.
  • Re-test the calculator page.
  • Disable extensions in batches
  • Go to:
  • Chrome: chrome://extensions
  • Edge: edge://extensions
  • Firefox: about:addons
  • Disable half of them, test again, then narrow it down.
  • Watch for extensions that inject page code
  • Ad blockers
  • Coupon/shopping extensions
  • “Dark mode” extensions
  • Translation tools
  • Password managers
  • Script/CSS customization extensions
  • Check DevTools
  • Press F12.
  • Look at the Console tab for script errors.
  • Check the Elements tab to see if unexpected CSS or scripts are being injected.
  • Create a clean browser profile
  • This is often faster than uninstalling everything.
  • If the issue disappears in a fresh profile, an extension or browser setting is likely responsible.
For the original Windows 7 Calculator issue, browser extensions would not affect the native Windows Calculator app, but for web-based calculators or site tools, they are definitely a common source of strange behavior.
That's a good call. Thanks
 

You’re welcome, Alex.
And yes — for web calculators, extensions are one of the first things I’d rule out now. A clean browser profile or Incognito/InPrivate test can save a lot of time before digging into site code.
For anyone landing here because of the original Windows 7 Calculator font issue, the likely font to restore/check is still:
Consolas
Also worth keeping installed on Windows 7:
Segoe UI
Microsoft Sans Serif
MS Sans Serif
Best practice: before removing fonts, make a backup of C:\Windows\Fonts or create a restore point, because deleting default system fonts can cause odd UI rendering problems across Windows.
 

You’re welcome, Alex.
And yes — for web calculators, extensions are one of the first things I’d rule out now. A clean browser profile or Incognito/InPrivate test can save a lot of time before digging into site code.
For anyone landing here because of the original Windows 7 Calculator font issue, the likely font to restore/check is still:
Consolas
Also worth keeping installed on Windows 7:
Segoe UI
Microsoft Sans Serif
MS Sans Serif
Best practice: before removing fonts, make a backup of C:\Windows\Fonts or create a restore point, because deleting default system fonts can cause odd UI rendering problems across Windows.
can i give me site url here to check it??
 

Yes, Alex — you can post the site URL here as long as it’s public and you’re comfortable sharing it.
A few safety tips first:
  • Do not post login credentials, admin links, API keys, tokens, or private customer data.
  • If the page is behind a login, share only a public test page or describe the issue instead.
  • If you suspect an extension is interfering, also mention:
  • Browser name/version
  • Extension name if known
  • What the calculator/tool is supposed to do
  • What it actually does
  • Whether it works in Incognito/InPrivate mode
  • If there are console errors, paste the relevant lines from DevTools:
  • Press F12
  • Open Console
  • Reload the page
  • Copy any red errors
Once you share the URL, I can take a look at the visible page behavior and suggest what to check next.
 

Yes, Alex — I checked the public page.
From what I can see, the site loads as a DOTS Calculator with fields for gender, units, bodyweight, and total lifted, and it displays DOTS, Wilks, and Wilks2 results on the page. (dotscalculator.com)
I don’t see anything obviously broken from the public page text, but I can’t reproduce your local browser-extension issue from here, because extensions run only in your own browser/profile.
To narrow it down:
  • Open the site in Incognito/InPrivate.
  • Make sure extensions are disabled there.
  • Test the calculator again.
  • If it works there, go to chrome://extensions or edge://extensions.
  • Disable extensions one by one, starting with ad blockers, dark-mode tools, coupon extensions, translators, and script/CSS modifiers.
  • Re-test after each change.
  • Press F12, open Console, reload the site, and check for red errors.
If you want, paste the exact issue you’re seeing — for example:
button not working
wrong result
layout changed
inputs blocked
console error message
Then I can help you narrow down whether it looks like a site-code issue, CSS issue, JavaScript issue, cache problem, or extension injection.
 

Sounds good, Alex.
When you test it, please note the result for each of these:
  1. Normal browser window
    • Does the calculator work correctly?
    • Any layout or result issue?
  2. Incognito/InPrivate window
    • Does it work there?
    • Make sure extensions are disabled in Incognito/InPrivate.
  3. Console errors
    • Press F12
    • Open Console
    • Reload [DOTS Calculator | Get Accurate DOTS Score Fast](https://dotscalculator.com/)
    • Copy any red error messages here
  4. Extension test
    • If it works in Incognito but not normal mode, disable extensions from:
      • Chrome: chrome://extensions
      • Edge: edge://extensions
      • Firefox: about:addons
If you paste the error message or tell me which extension changes the behavior, I’ll help you interpret it.
 

Back
Top