# Parallel-Plate Capacitance Calculator

C = εᵣ·ε₀·A/d with area or square-side input, dielectric permittivity, and auto-scaled output from fF to µF.

> Canonical page: https://elysiatools.com/en/tools/capacitance-calculator-parallel-plate

- **Category:** Science & Education

- **Keywords:** parallel plate capacitor, capacitance, permittivity, dielectric, farad, electromagnetism

## Overview

The Parallel-Plate Capacitance Calculator computes capacitance using the standard formula C = εᵣ·ε₀·A/d. It allows you to specify plate dimensions directly as area or by square side length, select separation distances across multiple metric units, and configure relative permittivity to evaluate both vacuum and custom dielectric materials.

## Inputs

- **Area input mode** (select)
- **Plate area A** (number): e.g. 1
- **Area unit** (select)
- **Square side length L** (number): e.g. 1
- **Side length unit** (select)
- **Plate separation d** (number): e.g. 1
- **Separation unit** (select)
- **Relative permittivity εᵣ** (number): e.g. 1 (vacuum)

## When to use

- Determining the theoretical capacitance of custom parallel-plate sensor or capacitor geometries.
- Designing film capacitors by evaluating thin dielectric layers and material permittivity values.
- Solving physics and electromagnetism problems involving electrostatic plate arrangements.

## How it works

- Select the plate dimension mode and enter either the total area (A) or the square side length (L) with your chosen unit.
- Enter the plate separation distance (d) in meters, millimeters, micrometers, or nanometers.
- Provide the relative permittivity (εᵣ) of the dielectric medium between the plates.
- The tool calculates C = εᵣ·ε₀·A/d using the vacuum permittivity constant (ε₀) and formats the output in scaled units from fF to µF.

## Use cases

- Physics classroom demonstrations illustrating the relationship between plate distance, surface area, and capacitance.
- Estimating the base capacitance of capacitive displacement or touch sensor electrodes.
- Comparing different dielectric substrate materials for PCB and thin-film component layouts.

## Frequently asked questions

### What formula does this calculator use?

It uses C = εᵣ·ε₀·A/d, where ε₀ is the vacuum permittivity constant (approximately 8.8541878128 × 10⁻¹² F/m).

### Can I input square dimensions instead of total area?

Yes, set the area input mode to square side length to enter side dimensions in meters, centimeters, or millimeters.

### What value should I enter for vacuum or air?

Enter a relative permittivity (εᵣ) of 1 for a vacuum or standard dry air.

### Which units can be used for plate separation?

You can define plate separation in meters (m), millimeters (mm), micrometers (µm), or nanometers (nm).

### How are the output capacitance units presented?

The calculated result is displayed in absolute farads (F) and auto-scaled to practical metric units such as pF, nF, or µF.

## Related tools

- [Arrhenius Equation Calculator](https://elysiatools.com/en/tools/arrhenius-equation-calculator): k = A·e^(−Ea/RT) solved for k, A, or Ea (two-point form), with Ea in kJ/mol and kcal/mol.
- [Battery Capacity Calculator](https://elysiatools.com/en/tools/battery-capacity-calculator): C = I·t both ways — runtime from capacity or capacity from runtime — with optional voltage for Wh and W.
- [Beer-Lambert Law Calculator](https://elysiatools.com/en/tools/beer-lambert-law-calculator): A = ε·c·l both ways, with T = 10⁻ᴬ, %T, unit selectors, and the 0.05–1.0 working-range check.
- [Boiling Point Elevation](https://elysiatools.com/en/tools/boiling-point-elevation): ΔT_b = K_b·m·i from a solvent preset table with van't Hoff factor support and custom solvents.
- [Conductivity Cell Constant Calculator](https://elysiatools.com/en/tools/conductivity-cell-constant): K = κ/G and κ = K·G with unit selectors for κ, G and K — calibrate the cell or convert a reading into conductivity.
- [Mass-Energy Equivalence Calculator](https://elysiatools.com/en/tools/energy-mass-conversion): E = mc² both ways: mass to rest energy (J, kWh, eV-scale, TNT) and energy to mass (kg, g, u, electron masses).
- [Capacitor Energy Calculator](https://elysiatools.com/en/tools/energy-stored-capacitor): U = ½·C·V² with capacitance and voltage unit selectors, the stored charge Q = C·V, and auto-scaled energy output.
- [Faraday Electrolysis Calculator](https://elysiatools.com/en/tools/faraday-electrolysis): m = M·I·t/(n·F) with unit selectors for current and time: charge passed, moles of electrons, and the mass deposited.

## 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
- [License Plate Samples](https://elysiatools.com/en/samples/license-plate): Collection of license plates from multiple countries for validation testing
- [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
