Armstrong Number Checker

Enter a positive integer to see if it is an Armstrong number, with a full digit-by-digit breakdown and a reference list of all Armstrong numbers up to 10,000.

Check a Number

Enter a positive integer up to 15 digits.

Try an example

Armstrong Numbers up to 10,000

All 16 Armstrong numbers in this range.

# Number Digits (k) Verification

Summary

Enter a positive integer to see if it is an Armstrong number, with a full digit-by-digit breakdown and a reference list of all Armstrong numbers up to 10,000.

How it works

  1. Enter a positive integer (up to 15 digits) in the input field.
  2. The tool counts the digits (k) and raises each digit to the power k.
  3. If the sum of all those powers equals the original number, it is an Armstrong number.
  4. The breakdown panel shows each digit, its power, and the running total.
  5. The reference table below lists every Armstrong number from 1 through 9,474.

Use cases

  • Verify whether a specific number satisfies the narcissistic property.
  • Study digit-power relationships for number theory coursework.
  • Find and confirm all small Armstrong numbers for a homework problem.
  • Demonstrate the concept of narcissistic numbers to students interactively.
  • Cross-check results from a manual or programmatic Armstrong-number algorithm.

Frequently Asked Questions

Last updated: 2026-06-13 · Reviewed by Nham Vu