Generate the power set of a set and review every subset in a clean visual layout.
Last updated: March 2026 | By ForgeCalc Engineering
Set Info
The power set of a set is the set of all possible subsets, including the empty set and the set itself.
Example: The power set of {a, b} has 4 subsets.
Does the order of elements matter?
The order of listing does not change the set of subsets.
Why limit the size?
Power sets grow exponentially, so large sets become expensive to render.
Does this include the empty set?
Yes. The empty set is always included.
What is the size of the power set?
If the original set has n elements, the power set has 2^n subsets.
Related Tools