# Molar Mass Lookup

Look up the molar mass (atomic weight) of several elements at once by symbol, atomic number, or name, as a sortable comparison table.

> Canonical page: https://elysiatools.com/en/tools/molar-mass-lookup

- **Category:** Math & Numbers

- **Keywords:** molar mass, atomic weight, element, periodic table, lookup, reference, chemistry

## Overview

The Molar Mass Lookup tool allows you to quickly retrieve and compare the atomic weights and molar masses of multiple chemical elements simultaneously. By entering element symbols, atomic numbers, or names, you can generate a sortable comparison table complete with optional detailed properties like electronegativity, state, and density.

## Inputs

- **Elements (symbols or atomic numbers)** (textarea): Each token may be an element symbol (Fe), an atomic number (26), or an English element name (iron). Separators: comma, space, semicolon, or new line.
- **Sort By** (select)
- **Include full element details** (checkbox): When on, each row also carries category, standard state, electronegativity, melting/boiling point, density, etc.
- **Decimal Places** (number)

## When to use

- When preparing chemical solutions and needing to calculate the molar masses of multiple constituent elements quickly.
- When studying periodic trends and comparing physical properties like electronegativity or melting points across different elements.
- When verifying atomic weights for stoichiometry calculations using a customizable decimal precision.

## How it works

- Input one or more elements using their chemical symbols, atomic numbers, or English names, separated by commas, spaces, or newlines.
- Choose your sorting preference, such as input order, atomic number, atomic weight, or alphabetical order.
- Toggle the option to include full element details and set your preferred decimal precision for the atomic weights.
- Submit the query to generate a structured JSON output containing the calculated molar masses and element metadata.

## Use cases

- Generating a quick reference table of transition metals for laboratory formulation calculations.
- Comparing electronegativity and density values across a specific group of elements for academic research.
- Batch-retrieving atomic weights with high decimal precision for precise stoichiometric calculations.

## Frequently asked questions

### What input formats does the tool support for identifying elements?

You can enter chemical symbols (e.g., Fe), atomic numbers (e.g., 26), or English element names (e.g., iron).

### Can I look up multiple elements at the same time?

Yes, you can input multiple elements separated by commas, spaces, semicolons, or newlines to compare them in a single query.

### What additional element details can be included in the output?

Enabling full details includes properties such as chemical category, standard state, electronegativity, melting/boiling points, and density.

### How can I sort the resulting element table?

You can sort the results by your original input order, atomic number, atomic weight (ascending), or alphabetically by symbol.

### Can I customize the precision of the atomic weights?

Yes, you can adjust the decimal places option to display values with up to 8 decimal places of precision.

## Related tools

- [Absolute Value Calculator](https://elysiatools.com/en/tools/absolute-value-calculator): Calculate the absolute value of positive, negative, or decimal numbers and explain the sign relationship
- [Air Changes per Hour (ACH, n = Q/V)](https://elysiatools.com/en/tools/air-changes-per-hour): Compute the air change rate (ACH / n) of a room from the outdoor supply airflow Q and the room volume V: n = Q/V (1/h). Three modes: solve ACH (given Q and V), solve airflow (given n and V), or solve volume (given n and Q). Flow in m³/s/m³/h/CFM, volume in m³/ft³/L. Also reports the well-mixed single-zone purge time to reach a target residual fraction ε (default 1%): t = −ln(ε)/n hours.
- [Bearing Life L10 Calculator](https://elysiatools.com/en/tools/bearing-life-l10): Calculate the basic rating life of a rolling bearing: L10 = (C/P)^p, with p = 3 for ball bearings and p = 10/3 for roller bearings. When a speed is provided, converts to L10h in operating hours.
- [Cable Ampacity Calculator (IEC 60364-5-52)](https://elysiatools.com/en/tools/cable-ampacity-calculator): Estimate copper cable current-carrying capacity per the simplified IEC 60364-5-52 reference method. Combines cross-section, insulation (PVC 70°C / XLPE 90°C), installation method, and ambient temperature to derive the corrected allowable ampacity (A).
- [Capacitor Reactive Power Calculator (Q_c = 2πfCU²)](https://elysiatools.com/en/tools/capacitor-reactive-power): Compute the reactive power produced by a known capacitor: Q_c = 2π·f·C·U². Supports single-phase, three-phase star (Y) and delta (Δ) connections. Returns Q_c in var/kvar, capacitive reactance Xc, and capacitor current Ic. Complementary to the power-factor-correction tool (which sizes a capacitor for a target cosφ).
- [Chain Sprocket Ratio Calculator](https://elysiatools.com/en/tools/chain-sprocket-ratio): Calculate the ratio, driven speed and chain linear speed of a chain drive. i = z₂/z₁ = n₁/n₂, chain speed v = z₁·p·n₁/60000. Enter the pitch to compute chain speed.
- [Condensing / Evaporating Temperature Calculator](https://elysiatools.com/en/tools/condensing-temperature-calculator): Estimate the saturated condensing temperature (T_cond) and evaporating temperature (T_evap) of a refrigeration circuit. Three modes: (1) from coil approach — T_cond = T_ambient + condenser ΔT approach, T_evap = T_medium − evaporator ΔT approach; (2) from measured saturated pressures — given P_cond and P_evap for a known refrigerant (R-22 / R-134a / R-410A), invert the Antoine fit; (3) from subcooling & superheat — T_cond = T_liquid − SC, T_evap = T_suction − SH. Temperature in °C/K/°F; pressure in bar/MPa/kPa/PSI absolute or gauge (atmospheric default 1.01325 bar). Results reported in °C.
- [Cooling Load Calculator (Area / U-value + Infiltration)](https://elysiatools.com/en/tools/cooling-load-calculator): Estimate the cooling load of a room by the simplified ASHRAE steady-state method. Transmission sensible load Q_trans = Σ(A_i·U_i·ΔT) over envelope surfaces entered one per line as 'area,U' (U in W/(m²·K)). Infiltration/ventilation sensible Q_s = 1.23·ACH·V·ΔT and latent Q_l = 3010·ACH·V·ΔW (W), where ΔW is the indoor-outdoor humidity-ratio difference derived from dry-bulb temperature and relative humidity via the Magnus saturation fit. Total cooling load = total sensible + total latent. Temperature in °C/K/°F (only differences matter), area in m²/ft².

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
