Count
✖
Count
gives the total number of subexpressions matching pattern that appear at the levels in expr specified by levelspec.
Details and Options

- The first argument to Count need not have head List.
- When used on an Association, Count tests only the values of elements, not their keys.
- Count uses standard level specifications:
-
n levels 1 through n Infinity levels 1 through Infinity {n} level n only {n1,n2} levels n1 through n2 - The default value for levelspec in Count is {1}.
- A positive level n consists of all parts of expr specified by n indices.
- A negative level -n consists of all parts of expr with depth n.
- Level -1 consists of numbers, symbols and other objects that do not have subparts.
- Level 0 corresponds to the whole expression.
- With the option setting Heads->True, Count looks at heads of expressions and their parts.
- Count[pattern][expr] is equivalent to Count[expr,pattern].
- Parallelize[Count[list,pattern]] computes Count[list,pattern] in parallel on all subkernels. »
Examples
open allclose allBasic Examples (4)Summary of the most common use cases
Count how many times b occurs:

https://wolfram.com/xid/0deimq-b2q8pr

Count powers of x in an Association:

https://wolfram.com/xid/0deimq-epmylo

Count powers of x on all levels:

https://wolfram.com/xid/0deimq-ciqja1


https://wolfram.com/xid/0deimq-b785i8

Scope (5)Survey of the scope of standard use cases
Count works with patterns:

https://wolfram.com/xid/0deimq-guo8df

Count the number of elements not matching b:

https://wolfram.com/xid/0deimq-c3tzzz

Count occurrences of b down to level 2:

https://wolfram.com/xid/0deimq-evs45m

Count occurrences at level 2 only:

https://wolfram.com/xid/0deimq-71g59o

Count all numeric expressions appearing as part of a larger expression:

https://wolfram.com/xid/0deimq-25qk3n

A numeric level specification does not include level zero:

https://wolfram.com/xid/0deimq-egr7cw

Use a two-element list to explicitly include level zero:

https://wolfram.com/xid/0deimq-qwiord

Generalizations & Extensions (1)Generalized and extended use cases
Options (1)Common values & functionality for each option
Applications (3)Sample problems that can be solved with this function
Count the total number of symbols in an expression:

https://wolfram.com/xid/0deimq-bds8t4

Count the total number of elements greater than 0.5:

https://wolfram.com/xid/0deimq-7o0xq9

Count the number of rows whose first element is 1:

https://wolfram.com/xid/0deimq-h8oexq

Properties & Relations (5)Properties of the function, and connections to other functions
Count returns the length of the result given by Cases:

https://wolfram.com/xid/0deimq-yrgdlg


https://wolfram.com/xid/0deimq-ghayt4

Count returns the length of the result given by Position:

https://wolfram.com/xid/0deimq-dv934f


https://wolfram.com/xid/0deimq-8sqw2y

A count at level {0} is effectively a numericized version of MatchQ:

https://wolfram.com/xid/0deimq-19ze7g


https://wolfram.com/xid/0deimq-lqwcl

For most expressions, LeafCount equals the count matching Blank[] at level {-1}:

https://wolfram.com/xid/0deimq-wyy4g


https://wolfram.com/xid/0deimq-jt63cw

Count treats Rational and Complex as atoms:

https://wolfram.com/xid/0deimq-649t0c


https://wolfram.com/xid/0deimq-9q8uup

LeafCount counts Rational and Complex numbers using their FullForm:

https://wolfram.com/xid/0deimq-14u8xv


https://wolfram.com/xid/0deimq-6c2vq

Compute Count in parallel:

https://wolfram.com/xid/0deimq-k6j9nd

Possible Issues (1)Common pitfalls and unexpected behavior
Wolfram Research (1988), Count, Wolfram Language function, https://reference.wolfram.com/language/ref/Count.html (updated 2014).
Text
Wolfram Research (1988), Count, Wolfram Language function, https://reference.wolfram.com/language/ref/Count.html (updated 2014).
Wolfram Research (1988), Count, Wolfram Language function, https://reference.wolfram.com/language/ref/Count.html (updated 2014).
CMS
Wolfram Language. 1988. "Count." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2014. https://reference.wolfram.com/language/ref/Count.html.
Wolfram Language. 1988. "Count." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2014. https://reference.wolfram.com/language/ref/Count.html.
APA
Wolfram Language. (1988). Count. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Count.html
Wolfram Language. (1988). Count. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Count.html
BibTeX
@misc{reference.wolfram_2025_count, author="Wolfram Research", title="{Count}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/Count.html}", note=[Accessed: 06-April-2025
]}
BibLaTeX
@online{reference.wolfram_2025_count, organization={Wolfram Research}, title={Count}, year={2014}, url={https://reference.wolfram.com/language/ref/Count.html}, note=[Accessed: 06-April-2025
]}