Calculate the number of subsets of a given set and optionally display all possible subsets.
Learn how to use the Subset Calculator calculator and its working principles
A subset is any set formed from a larger set by including some or all of its elements, or by including none of them. The total number of subsets of a set with n elements is always 2n. This includes the empty set (no elements) and the set itself.
For a set with 3 elements (e.g., {a, b, c}):
Due to performance considerations, this calculator can handle sets up to 20 elements. For larger sets, the number of subsets becomes extremely large (over a million for 20 elements), making it impractical to display all subsets.