PDF

What is a sanity check?

A sanity check is a quick, basic check you do to make sure something seems reasonable before you go on to more detailed work. It’s like a quick peek to catch obvious mistakes or odd results early.

Why do we use it?

  • Save time by catching big errors early.
  • Build confidence that your work is headed in the right direction.
  • Reduce stress by stopping you from grinding on a task that’s clearly off track.

Simple steps for a quick sanity check

  1. Review the goal: What is this supposed to achieve?
  2. Check reasonableness: Do the numbers/answers seem possible?
  3. Look for big red flags: Any mistakes that would clearly break things (like dividing by zero or plotting a line that doesn’t fit the data)?
  4. Triangulate with a quick test: If it’s a math problem, plug in a simple value to see if it works. If it’s a project, compare to a known example or rough estimate.
  5. Decide next steps: If it seems okay, proceed; if not, fix the obvious issues first.

Examples

  • Math problem: If you compute 7 × 8 and get 50, a quick sanity check reminds you that 7 × 8 should be 56, so you know there’s a small mistake to recheck.
  • writing: If your paragraph is supposed to be about a cause-and-effect, and you only describe effects with no cause, a sanity check shows you missed a key part and you should add it.

Tips for a good habit

  • Do a 1-minute mental check after finishing a step.
  • Ask a friend or classmate to quickly review your work.
  • Write down the one thing that could be most likely to be wrong and verify it first.

Ask a followup question

Loading...