Skip to content
D DocNectar

Free Power Set Calculator

Enumerate all 2ⁿ subsets of a given set, up to 10 elements.

100% Free No Signup Works on all devices

Built and fact-checked by the DocNectar team — see our editorial standards

Thanks for rating!

Key Features

Instant Calculation

Get accurate results in real time with our optimized algorithm.

Mobile Friendly

Fully responsive design. Works on all devices & screen sizes.

Privacy Focused

Your data stays on your device. We don't store any inputs.

100% Free

No hidden costs. This tool is completely free forever.

The power set of a set is the collection of every possible subset, including the empty set and the set itself. This tool lists every one of them for a set with up to 10 elements.

How it works

Each of the 2ⁿ possible subsets corresponds to one binary pattern of "include/exclude" decisions for the n elements — the tool walks through every such pattern (via simple bitmasking) to build the complete list.

  1. Enter set elements (comma-separated).
  2. Click Calculate to see your results.

Examples

A 2-element set

The power set of {a, b} is {∅, {a}, {b}, {a,b}} — 4 subsets in total.

A 3-element set

The power set of {1,2,3} has 2³=8 subsets, from ∅ up to {1,2,3} itself.

Who should use it

  • Set theory and discrete mathematics coursework.
  • Combinatorics problems that require enumerating all possible subsets.

Industry applications

  • Computer science education (combinatorics, algorithms)
  • Discrete mathematics

Advantages

  • Enumerates every subset explicitly, not just the count.
  • Handles sets up to 10 elements (1024 subsets) instantly.

Limitations

  • Capped at 10 elements to keep the subset list readable (2¹⁰=1024 is already a lot to display).

Common mistakes to avoid

  • Forgetting to include the empty set or the full set itself when listing a power set by hand.

Best practices

  • For larger sets, count subsets by size first (using combinations) as a sanity check that you haven't missed any in the full enumeration.

Tips

  • The number of subsets of size k specifically is given by "n choose k" — the Subset Calculator on this site computes just those, if you don't need the full power set.

Frequently asked questions

Each element independently can either be included or excluded from a given subset — two choices per element, multiplied together across all n elements, gives 2ⁿ total combinations.
Yes — by definition, the empty set contains no elements that could possibly violate being "a subset," so it's vacuously a subset of every set, including itself.

Get new calculators and guides in your inbox

No spam — just new tools like Power Set Calculator and practical guides.

Favorites