Subset Calculator

Enter your set elements as comma-separated values (e.g. 1, 2, 3) and the Subset Calculator generates every possible subset of that set. You'll see the total count of subsets, the number of proper subsets, and a full listing of all subsets including the empty set — up to 10 elements.

Enter up to 10 elements separated by commas. Elements can be numbers or letters.

Results

Total Subsets (2ⁿ)

--

Proper Subsets (2ⁿ − 1)

--

Number of Elements (n)

--

All Subsets

--

Subsets by Size

Results Table

Frequently Asked Questions

What is a subset of a set?

A subset is a set whose elements are all contained within another set. If every element of set A also belongs to set B, then A is a subset of B, written A ⊆ B. Every set is a subset of itself, and the empty set ∅ is a subset of every set.

What is a proper subset?

A proper subset is a subset that is not equal to the original set — it must contain fewer elements. If A ⊆ B and A ≠ B, then A is a proper subset of B, written A ⊂ B. A set with n elements has 2ⁿ − 1 proper subsets.

How do I calculate the number of subsets?

The total number of subsets of a set with n elements is 2ⁿ. This includes the empty set and the set itself. For example, a set with 3 elements has 2³ = 8 subsets total.

Is the empty set a subset of every set?

Yes. The empty set ∅ (also written {}) is considered a subset of every set. Since it contains no elements, there is nothing in it that could violate the subset condition, so it trivially satisfies A ⊆ B for any set B.

What is a power set?

The power set of a set A is the collection of all subsets of A, including the empty set and A itself. If A = {1, 2}, then the power set P(A) = {∅, {1}, {2}, {1, 2}}. The power set of a set with n elements always contains exactly 2ⁿ elements.

What is an improper subset?

An improper subset of a set is the set itself. Every set A is an improper subset of A because A ⊆ A. There is exactly one improper subset for any set — the set itself.

How many subsets does a set with 5 elements have?

A set with 5 elements has 2⁵ = 32 total subsets and 2⁵ − 1 = 31 proper subsets. The subsets range from the empty set (size 0) up to the full set (size 5), with C(5,k) subsets of each size k.

Can this calculator handle non-numeric elements?

Yes. You can enter any comma-separated values — numbers, letters, or words — and the calculator will generate all subsets. Elements are treated as distinct labels, so {a, b, c} works just as well as {1, 2, 3}.

More Math Tools