Boolean Expression Simplifier

Simplify complex boolean algebraic expressions instantly

Enter a logical expression to simplify

How to use ?

  • Write your logical expression in the box.
  • Use operators like & (AND), | (OR), ~ or ! (NOT).
  • Click "Simplify Expression".
  • The tool evaluates the truth table and uses the Quine-McCluskey algorithm to find the minimized sum of products.

About Boolean Simplification

Boolean Algebra is used to analyze and simplify the digital (logic) circuits. It uses only binary numbers i.e. 0 and 1.

By simplifying complex boolean expressions, electrical engineers and computer scientists can reduce the number of logic gates needed to build a circuit. This reduces the cost, size, and power consumption of digital circuits while improving speed.