Electron Configuration Calculator

Look up electron configurations, shell distributions, valence electrons, and orbital diagrams by element symbol or atomic number

Example Results

1 examples

Inspect iron electron configuration

Look up Fe to see its shorthand and full electron configuration with shell distribution.

{
  "result": {
    "symbol": "Fe",
    "fullConfiguration": "1s2 2s2 2p6 3s2 3p6 4s2 3d6"
  }
}
View input parameters
{ "elementInput": "Fe", "includeOrbitalDiagram": true }

Key Facts

Category
Science & Education
Input Types
text, checkbox
Output Type
json
Sample Coverage
4
API Ready
Yes

Overview

The Electron Configuration Calculator allows you to quickly look up the electron configurations, shell distributions, valence electrons, and orbital diagrams of any chemical element. Simply enter an element symbol or atomic number to retrieve detailed quantum state distributions and orbital structures.

When to Use

  • When studying chemistry and needing to quickly find the shorthand or full electron configuration of an element.
  • When verifying the number of valence electrons or shell distributions for chemical bonding analysis.
  • When visualizing orbital diagrams to understand electron spin and subshell filling orders.

How It Works

  • Enter the chemical element symbol or its atomic number into the input field.
  • Toggle the option to include or exclude the orbital diagram representation.
  • Submit the query to generate the full configuration, shell distribution, and valence electron count.

Use Cases

Chemistry students completing homework assignments on atomic structure and electron configurations.
Educators preparing lecture materials and visual orbital diagrams for chemistry classes.
Researchers checking valence electron counts and subshell configurations for chemical reaction modeling.

Examples

1. Determining Iron (Fe) Electron Configuration

Chemistry Student
Background
A student is studying transition metals and needs to write down the electron configuration of Iron for a lab report.
Problem
Manually writing out the configuration for transition metals can be error-prone due to d-orbital filling rules.
How to Use
Input 'Fe' into the element input field, check the box to include the orbital diagram, and run the calculator.
Outcome
The tool outputs the full configuration '1s2 2s2 2p6 3s2 3p6 4s2 3d6' along with its shell distribution and orbital diagram.

2. Analyzing Valence Electrons of Chlorine

High School Science Teacher
Background
A teacher is preparing a lesson on covalent bonding and needs to show the valence electrons of Chlorine (atomic number 17).
Problem
Needs a quick, accurate reference of the outer shell electrons to explain Lewis dot structures.
How to Use
Input '17' into the element input field and submit the query.
Outcome
The calculator returns the configuration for Chlorine, highlighting its 7 valence electrons in the outer shell.

Try with Samples

science-&-education

FAQ

Can I search using both element names and atomic numbers?

You can search using element symbols (like Fe) or atomic numbers (like 26).

What information does the calculator output?

It outputs the full electron configuration, shell distribution, valence electrons, and orbital diagrams.

Does the calculator support noble gas shorthand notation?

Yes, it provides both the full configuration and the shorthand notation using noble gas cores.

What is the orbital diagram option?

It shows the arrangement of electrons in individual orbitals, indicating their spin states.

Can I use this for transition metals and lanthanides?

Yes, it calculates configurations for all standard elements, including transition metals and inner transition elements.

API Documentation

Request Endpoint

POST /en/api/tools/electron-configuration-calculator

Request Parameters

Parameter Name Type Required Description
elementInput text Yes -
includeOrbitalDiagram checkbox No -

Response Format

{
  "key": {...},
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
JSON Data: JSON Data

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-electron-configuration-calculator": {
      "name": "electron-configuration-calculator",
      "description": "Look up electron configurations, shell distributions, valence electrons, and orbital diagrams by element symbol or atomic number",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=electron-configuration-calculator",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]