Interactive periodic table — 118 elements, properties, electron config, search.
- Runs locally
- Category Calculator
- Best for Getting a realistic range before a purchase, plan, workout, or schedule decision.
What this tool does
Free interactive periodic table covering all 118 IUPAC-recognized chemical elements, from Hydrogen (Z=1) to Oganesson (Z=118). The classic 18-column × 7-row layout is rendered exactly the way it appears in the IUPAC reference chart, with the lanthanide (57-71) and actinide (89-103) f-block series displayed in a separate row below the main table — the same convention used in every chemistry textbook from middle school through graduate-level inorganic chemistry. Each tile shows the atomic number, element symbol, IUPAC name (English + 中文), and standard atomic weight. Click any element and a detail panel opens with the period and group, the full ground-state electron configuration (e.g. [Ar] 3d6 4s2 for iron), melting point and boiling point in °C, density in g/cm³, and the year and team of first isolation or synthesis. Elements are color-coded by category (alkali metal, alkaline-earth, transition metal, post-transition metal, metalloid, nonmetal, halogen, noble gas, lanthanide, actinide, and synthetic). The search bar accepts the symbol (type "Fe" → iron), the English or Chinese name (iron / 铁), or the atomic number (26) — matching elements stay vivid while the rest dim, so you can spot patterns at a glance. Every property value is taken from public IUPAC, NIST, and CRC Handbook references — never from a language model — because the failure mode of fake chemistry data is misleading exactly the students this tool is built for. 100% client-side, no signup, no tracking, no API calls. Works offline once loaded.
Tool details
- Input
- Text + Numbers
- The page exposes text boxes, numeric controls, file pickers, or structured inputs depending on the tool.
- Output
- Live result + Preview
- The result area focuses on usable output, with copy, download, or preview actions when supported.
- Privacy
- Browser-side processing
- The main tool logic does not call an external API, so inputs normally stay in the current tab.
- Save / share
- No account required
- Open the page and use it; whether results survive refresh depends on the tool.
- Performance budget
- Initial JS <= 40 KB
- No WASM budget is declared, keeping the tool quick to open on mobile.
- Best fit
- Calculator · Student
- Category and role tags drive related tools, internal links, and quick fit checks.
How to use
-
1. Input
Paste or drop your content into the tool panel.
-
2. Process
Click the button. All processing is local in your browser.
-
3. Copy / Download
Copy the result or download to disk in one click.
How Periodic Table fits into your work
Use it for fast estimates, comparisons, and planning numbers before you make the final call.
Calculation jobs
- Getting a realistic range before a purchase, plan, workout, or schedule decision.
- Comparing scenarios by changing one input at a time.
- Turning rough assumptions into a number you can discuss.
Calculation checks
- Double-check units, dates, rates, and rounding assumptions.
- Treat health, finance, tax, and legal outputs as planning aids, not professional advice.
- Save the inputs that produced an important result so you can reproduce it later.
Good next steps
These links move the current task into a more complete workflow.
- 1 Math Formula Reference Math formula reference — algebra, geometry, trigonometry, calculus, statistics, all in one place. Open
- 2 Unit Converter Convert between length, weight, temperature, area, volume, speed, time — instant, browser-only Open
- 3 Calorie Calculator Calorie calculator — daily calorie needs (BMR + TDEE), weight loss/gain targets, macro breakdown. Open
Real-world use cases
Checking your homework electron configurations before submitting
You wrote [Ar] 3d6 4s2 for iron and want to confirm before turning in the worksheet. Click Fe (Z=26), and the detail panel shows the exact NIST ground-state notation next to it. Same for the tricky ones like copper ([Ar] 3d10 4s1, not 3d9 4s2) and chromium, where the half-filled d-shell breaks the naive aufbau order most textbooks warn you about.
Building a quiz on group trends for a 9th-grade class
You need 10 questions on alkali-metal reactivity. Type "1" in the search box to highlight the whole of group 1 (Li, Na, K, Rb, Cs, Fr) while every other tile dims, screenshot it, and drop it into the slide. Then search "18" for the noble gases. The dim-and-highlight makes the column pattern obvious without you redrawing anything.
Looking up a melting point mid-lab without opening the CRC Handbook
Your titration prep calls for tungsten's melting point. Click W (Z=74) and read 3422 degrees C straight from the CRC-sourced value, no flipping through a 2600-page reference. Because the synthetic elements past 100 are marked "not measured" rather than faked, you never copy a made-up number into a lab report.
Helping a Chinese-curriculum student match symbols to names
A student knows 铁 but blanks on the symbol. Type 铁 and Fe lights up; type "Fe" and 铁 appears in the tile. The bilingual name on every element bridges the gap that bites students moving between an English textbook and a 中文 exam, where 钨 / W or 锑 / Sb trip people up constantly.
Common pitfalls
Trusting an AI chatbot for "the melting point of element 115" — those numbers are hallucinated. Moscovium has never had its melting point measured; this table marks it "not measured" instead of inventing one.
Writing chromium as [Ar] 3d4 4s2 by blindly following aufbau order. It is actually [Ar] 3d5 4s1 (half-filled d-shell is more stable); click Cr to see the real config.
Assuming hydrogen is an alkali metal because it sits in group 1. It is a nonmetal gas (H2); the tile is colored as a nonmetal even though the column is 1.
Privacy
This periodic table is fully client-side. The element data ships with the page, so clicking tiles and reading properties makes zero network calls and works offline once loaded. Your search queries stay in the browser and are never sent anywhere or written into the URL, so nothing you type or look up is logged, tracked, or shareable by accident.
FAQ
Tool combos
Folks in your role tend to reach for these alongside this tool.
- Chinese Acupoint Locator 200+ meridian acupoints / WHO 2008 standard locations / with contraindications, manipulation, and combinations.
- Affine Cipher Encoder & Decoder Encrypt and decrypt the ax+b affine cipher with live modular-inverse check, browser-only
- Age Calculator Calculate your exact age — years, months, days, hours. Compare two dates or count to a future date.
- Anagram Solver Check if two words are anagrams, rearrange a set of letters into every ordering, and read the sorted letter fingerprint, all in your browser