Cribbage Scoring Calculator

Cribbage Hand & Crib Scorer

Count how many unique ways you can combine cards to make 15. Each combination scores 2 points. (e.g., 8+7) Please enter a non-negative number.
Count how many pairs you have. Each pair scores 2 points. (e.g., two 7s is 1 pair; three 7s is 3 pairs) Please enter a non-negative number.
Enter the total points from all runs in your hand. A run of 3 scores 3 points, a run of 4 scores 4, etc. (e.g., 2-3-3-4 scores 6 points for a double run of 3) Please enter a non-negative number.
Enter 4 if you have 4 cards of the same suit in your hand (and the cut card is different). Enter 5 if all 5 cards (hand + cut) are the same suit. Enter 0 otherwise. Please enter 0, 4, or 5.
Check if you have a Jack in your hand that is the same suit as the cut card.

Your Total Cribbage Score:

0 Points

This is the total number of points scored from your hand or crib based on the inputs provided.

Score Breakdown by Category
Category Points Explanation
15s 0 Each combination making 15 scores 2 points.
Pairs 0 Each pair scores 2 points.
Runs 0 Total points from sequences of 3 or more cards.
Flush 0 4 points for 4-card flush, 5 points for 5-card flush.
Nobs 0 1 point for Jack of the same suit as the cut card.

What is a Cribbage Scoring Calculator?

A cribbage scoring calculator is an invaluable online tool designed to help players accurately determine the point value of a cribbage hand or crib. Cribbage, a classic card game, involves intricate scoring rules that can be challenging for new players and even seasoned enthusiasts to master. This calculator simplifies the process by allowing you to input the key scoring components of your hand – such as the number of fifteens, pairs, runs, flushes, and whether you have "Nobs" – and instantly provides the total score.

Who should use this cribbage scoring calculator? Anyone playing cribbage! Beginners can use it to learn the scoring mechanics and verify their counts, while experienced players might use it to quickly check complex hands or settle disputes. It's also a fantastic learning aid for understanding how different card combinations contribute to your score.

Common Misunderstandings in Cribbage Scoring

Many players often misunderstand:

  • Counting Runs: It's common to miscount points from runs, especially "double runs" or "triple runs" where multiple sequences overlap. For example, 2-3-3-4 contains a pair (3s) and two runs of 3 (2-3-4 and 2-3-4), totaling 6 points for runs.
  • Counting Fifteens: Forgetting combinations, or double-counting them. Each unique set of cards that sum to 15 counts as 2 points.
  • Flushes: Differentiating between a 4-card flush (4 points) and a 5-card flush (5 points), and understanding that a flush only counts if all cards are in the hand (for 4-card) or hand plus cut card (for 5-card). A flush in the crib only counts if all five cards (four discarded + cut) are the same suit.

Our cribbage scoring calculator helps clarify these complexities, ensuring you get the correct score every time.

Cribbage Scoring Formula and Explanation

The total score in Cribbage is the sum of points from several distinct categories. The calculator applies the following formula:

Total Score = (Number of 15s × 2) + (Number of Pairs × 2) + (Points from Runs) + (Points from Flush) + (Points from Nobs)

Here's a breakdown of each variable and its contribution to the final cribbage hand score:

Variable Meaning Unit Typical Range
Number of 15s Each unique combination of cards (face cards count as 10) that sum to 15. Points 0 - 16 (e.g., a hand like 7-7-8-8 with a 7 cut card can score 16 for 15s)
Number of Pairs Each set of two cards of the same rank. Points 0 - 6 (e.g., four 7s make 6 pairs)
Points from Runs The total points from sequences of three or more cards in numerical order (e.g., A-2-3 scores 3 points). Card suits don't matter for runs. Points 0 - 15 (e.g., a hand like 2-3-4-4-5 has a pair of 4s for 2 points, and two runs of 4 (2-3-4-5) for 8 points, total 10 points from runs, max can be higher)
Points from Flush 4 points if all four cards in your hand are the same suit (cut card is different). 5 points if all five cards (four in hand + cut card) are the same suit. (For the crib, all five cards must be the same suit for 5 points). Points 0, 4, or 5
Points from Nobs 1 point if you hold a Jack in your hand that matches the suit of the cut card. Points 0 or 1

All points are unitless integers, representing a score towards the game's total of 121 points. Understanding this formula is key to mastering cribbage strategy and counting your hand quickly.

Practical Examples for Cribbage Scoring

Let's walk through a couple of examples to demonstrate how to use the cribbage points counter effectively.

Example 1: A Straightforward Hand

Imagine your hand is 7♦ 7♥ 8♠ 8♣ and the cut card is 2♦.

  • Fifteens:
    • 7♦ + 8♠ = 15 (2 points)
    • 7♦ + 8♣ = 15 (2 points)
    • 7♥ + 8♠ = 15 (2 points)
    • 7♥ + 8♣ = 15 (2 points)
    Total 15s: 4. Input `numFifteens = 4`.
  • Pairs:
    • 7♦ + 7♥ = 1 pair (2 points)
    • 8♠ + 8♣ = 1 pair (2 points)
    Total Pairs: 2. Input `numPairs = 2`.
  • Runs: No runs in this hand (7-8 is not a run of 3+). Input `pointsFromRuns = 0`.
  • Flush: No flush (mixed suits). Input `pointsFromFlush = 0`.
  • Nobs: No Jack in hand. Input `hasNobs = unchecked`.

Calculator Input:

  • Number of 15s: 4
  • Number of Pairs: 2
  • Points from Runs: 0
  • Points from Flush: 0
  • Nobs: No

Result: (4 * 2) + (2 * 2) + 0 + 0 + 0 = 8 + 4 = 12 points.

Example 2: A Hand with a Double Run and Flush

Your hand is 4♠ 5♠ 5♥ 6♠ and the cut card is 5♦.

  • Fifteens:
    • 4♠ + 6♠ + 5♥ = 15 (2 points)
    • 4♠ + 6♠ + 5♦ (cut) = 15 (2 points)
    • 5♠ + 5♥ + 5♦ (cut) = 15 (2 points)
    • 5♠ + 5♥ + 5♠ (hand) = no, that's not how it works.
    • 4♠ + 5♠ + 6♠ = 15 (2 points)
    • 4♠ + 5♥ + 6♠ = 15 (2 points)
    • 4♠ + 5♦ + 6♠ = 15 (2 points)
    Total 15s: 6. Input `numFifteens = 6`.
  • Pairs:
    • 5♠ + 5♥ = 1 pair (2 points)
    • 5♠ + 5♦ (cut) = 1 pair (2 points)
    • 5♥ + 5♦ (cut) = 1 pair (2 points)
    Total Pairs: 3. Input `numPairs = 3`.
  • Runs:
    • 4♠-5♠-6♠ (first 5) = 3 points
    • 4♠-5♥-6♠ (second 5) = 3 points
    • 4♠-5♦-6♠ (third 5, using cut) = 3 points
    This is a "triple run of 3". Total points from runs: 3 + 3 + 3 = 9. Input `pointsFromRuns = 9`.
  • Flush: All four cards in hand (4♠, 5♠, 5♥, 6♠) are not the same suit. However, if we consider the hand `4♠ 5♠ 6♠` + cut `5♠` (hypothetically), it would be a 5-card flush. In this example, with `4♠ 5♠ 5♥ 6♠` and cut `5♦`, there is no flush. Input `pointsFromFlush = 0`. *Self-correction*: For `4♠ 5♠ 5♥ 6♠` and cut `5♦`, the flush rules are tricky. No 4-card flush in hand. No 5-card flush (4♠, 5♠, 6♠, 5♥, 5♦ are not all same suit). So, 0 points.
  • Nobs: No Jack in hand. Input `hasNobs = unchecked`.

Calculator Input:

  • Number of 15s: 6
  • Number of Pairs: 3
  • Points from Runs: 9
  • Points from Flush: 0
  • Nobs: No

Result: (6 * 2) + (3 * 2) + 9 + 0 + 0 = 12 + 6 + 9 = 27 points. This is a very strong hand!

How to Use This Cribbage Scoring Calculator

Our cribbage scoring calculator is designed for ease of use, allowing you to quickly tally points for any hand or crib. Follow these simple steps:

  1. Identify Your Hand: Begin by carefully examining your 4-card hand and the single cut card (or 4-card crib and cut card).
  2. Count Fifteens: Determine how many unique combinations of two or more cards add up to exactly 15. Remember, face cards (J, Q, K) count as 10. For each combination, you score 2 points. Enter this count into the "Number of 15s" field.
  3. Count Pairs: Identify all pairs of cards with the same rank. Each pair scores 2 points. For three of a kind, count 3 pairs (e.g., 7-7-7 is 7-7, 7-7, 7-7). For four of a kind, count 6 pairs. Enter this count into the "Number of Pairs" field.
  4. Count Runs: Find any sequences of three or more cards in numerical order (suits don't matter for runs). A run of 3 scores 3 points, a run of 4 scores 4 points, and a run of 5 scores 5 points. If you have "double runs" or "triple runs," count all distinct sequences. For example, a hand like 2-3-3-4 has two runs of 2-3-4, totaling 6 points. Enter the total points from all runs into the "Points from Runs" field.
  5. Check for Flush:
    • If all four cards in your hand are of the same suit (and the cut card is a different suit), you have a 4-card flush, scoring 4 points.
    • If all four cards in your hand AND the cut card are all of the same suit, you have a 5-card flush, scoring 5 points.
    • For the crib, all five cards (the four discards + the cut card) must be of the same suit for a 5-point flush. There is no 4-card flush in the crib.
    Enter 0, 4, or 5 into the "Points from Flush" field.
  6. Check for Nobs: If you have a Jack in your hand that matches the suit of the cut card, check the "Nobs (1 point)" box.
  7. Get Your Total: The calculator will automatically update your "Total Cribbage Score" as you enter values. Click "Calculate Score" if auto-update is not immediate.
  8. Review and Copy: Check the "Score Breakdown by Category" table and the chart for a visual representation. Use the "Copy Results" button to save your score and breakdown.

Key Factors That Affect Cribbage Scoring

Understanding the elements that contribute to high scores is crucial for effective cribbage strategy. Here are some key factors:

  1. Card Distribution for Fifteens: Cards that easily combine to 15 (e.g., 5s, 10s, face cards, 7s, 8s) are gold. Holding multiple 5s, especially with 10s or face cards, can lead to explosive 15s scores.
  2. Pairs and Triples: Holding duplicate ranks significantly boosts scores. Three of a kind (e.g., three 7s) scores 6 points for pairs, and four of a kind scores 12 points. These are easy points to count.
  3. Run Potential: Hands with cards close in rank (e.g., 4-5-6) create run opportunities. The presence of duplicate cards within a run (e.g., 2-3-3-4) creates "double runs" or "triple runs," which multiply run points dramatically.
  4. The Power of the 5-Card: The 5 is often considered the most powerful card in Cribbage because it combines with so many other cards (any 10 or face card) to make 15. Holding multiple 5s increases your chances of both 15s and pairs.
  5. Suit Concentration for Flushes: While less common, a flush can add a significant 4 or 5 points. Keeping cards of the same suit in your hand, especially when aiming for a 5-card flush with the cut, can be a valuable strategy.
  6. Nobs as a Bonus: While only 1 point, Nobs (a Jack of the same suit as the cut card) is a frequent bonus that can make a difference, especially in tight games. It's an easy point to overlook or forget.
  7. Discarding Strategy for the Crib: What you discard into the crib, especially when it's your crib, is critical. You want to give yourself cards that score well, and ideally, give your opponent cards that score poorly in their crib. Discarding 5s or pairs into an opponent's crib is generally a bad idea.

By considering these factors, players can make more informed decisions when building their hand and discarding to the crib, ultimately improving their cribbage hand calculator usage and overall game performance.

Cribbage Scoring FAQ

Q: How do you count 15s in Cribbage?

A: To count 15s, look for any combination of two or more cards in your hand (including the cut card) that add up to 15. Face cards (Jack, Queen, King) count as 10. Each unique combination that sums to 15 scores 2 points. For example, a 7 and an 8 make 15; a 5, 5, and 5 also make 15 (three different ways, so 6 points).

Q: How do you count pairs in Cribbage?

A: A pair consists of two cards of the same rank. Each pair scores 2 points. If you have three cards of the same rank (e.g., three 7s), you have three pairs (7a-7b, 7a-7c, 7b-7c), scoring 6 points. Four cards of the same rank score 12 points (six pairs).

Q: How do you count runs in Cribbage?

A: A run is a sequence of three or more cards in numerical order (e.g., A-2-3, 9-10-J). Suits do not matter for runs. A run of three cards scores 3 points, a run of four scores 4 points, and a run of five scores 5 points. If you have duplicate cards within a run, it creates "double runs" or "triple runs," where each distinct run combination scores its points. For example, 2-3-3-4 contains two runs of 2-3-4, scoring 3 points each for a total of 6 points from runs.

Q: What is a flush in Cribbage and how is it scored?

A: A flush occurs when all cards are of the same suit. If all four cards in your hand are the same suit (and the cut card is a different suit), it's a 4-card flush, scoring 4 points. If all four cards in your hand AND the cut card are all of the same suit, it's a 5-card flush, scoring 5 points. For the crib, all five cards (four discards + cut) must be the same suit for a 5-point flush; a 4-card flush is not scored in the crib.

Q: What is Nobs in Cribbage?

A: "Nobs" (or "His Nobs") is a bonus point scored if you have a Jack in your hand that is the same suit as the cut card. This scores 1 point.

Q: What is the maximum score in Cribbage for a single hand?

A: The theoretical maximum score in Cribbage is 29 points, achieved with a hand of 5-5-5-J and a cut card of 5, where the Jack is the same suit as the cut 5. This hand gives 8 fifteens (16 points), 6 pairs (12 points), and Nobs (1 point). This is a very rare occurrence!

Q: Why is this cribbage scoring calculator useful?

A: This online cribbage score keeper is useful for verifying your hand count, learning the intricacies of scoring, settling disputes, and improving your speed and accuracy in counting. It's a great tool for both beginners and experienced players to enhance their game.

Q: Does the order of cards matter when scoring cribbage?

A: No, the physical order of cards in your hand or crib does not matter for scoring. What matters are the combinations (fifteens, pairs) and sequences (runs) that can be formed from the five cards (four in hand/crib plus the cut card).

Related Tools and Internal Resources

Expand your Cribbage knowledge and improve your game with these related resources: