Learn PLCs free
Platform Comparison10 min read4 114 words

Inductive vs Capacitive Proximity Sensor: The Difference

Inductive vs capacitive proximity sensors compared — what each detects (metal vs almost anything), range, how they work, and how to choose and wire each.

IAE
Senior PLC Programmer
15+ years hands-on experience • 50+ automation projects completed
PLC
Programming Excellence

Quick Answer: Inductive vs Capacitive Proximity Sensor

Inductive proximity sensors detect metal only — ferrous and non-ferrous — by generating an electromagnetic field and measuring the eddy currents induced when metal enters it. Capacitive proximity sensors detect almost anything — metal, plastic, wood, liquid, and granular material — by measuring a change in capacitance when any dielectric material enters the sensing field.

Both are non-contact, DC-powered, and wire directly to a PLC discrete input. The target material is the single deciding factor when choosing between them.

Property Inductive Capacitive
Target materials Metal only (ferrous and non-ferrous) Metal, plastic, glass, liquid, granules, wood
Typical sensing range 1 mm – 40 mm (flush-mounted) 1 mm – 25 mm (flush-mounted)
False-trigger sensitivity Very low — ignores non-metals entirely Higher — moisture, dust, and condensation can trigger
Stability in harsh environments Excellent Moderate — requires sensitivity adjustment in dirty or humid areas
Cost Lower Slightly higher
Common applications Metal part detection, end-of-stroke, rotational counting Liquid level through tank walls, plastic pellet hoppers, non-metal object presence

How an Inductive Proximity Sensor Works

An inductive proximity sensor contains an LC oscillator circuit wound around a ferrite core located at the face of the sensor. The oscillator produces a high-frequency electromagnetic field that radiates outward from the sensing face.

When a metal target enters this field, eddy currents are induced in the surface of the metal. Those eddy currents consume energy from the oscillator, causing the oscillation amplitude to decrease — a process called damping. An internal evaluation circuit monitors the oscillation amplitude and switches the output when damping exceeds a threshold, signalling target presence.

Key characteristics that follow directly from this physics:

  • Metal-only detection. Non-metallic materials are transparent to the electromagnetic field and produce no damping effect. An inductive sensor will not trigger on plastic, wood, water, or any other non-conductor.
  • Target material affects sensing range. Ferrous steel achieves the rated sensing distance. Non-ferrous metals (aluminium, copper, brass) reduce the effective range because they have lower magnetic permeability. Manufacturers publish reduction factors — typically 0.4–0.7x for aluminium.
  • Flush vs non-flush mounting. Flush (shielded) sensors have a metal housing that confines the field to the face, allowing installation in metal brackets without false triggers. Non-flush (unshielded) sensors project a wider field but require a metal-free zone around the barrel.
  • Output types. NPN (sinking) and PNP (sourcing) three-wire DC versions are the industrial standard. The PLC input card determines which wiring configuration is required.

Inductive sensors are the most widely deployed discrete sensor in manufacturing because metal part presence, end-of-travel, and rotational pulse counting are the dominant detection tasks on most production lines. For a broader look at where they fit in the sensor landscape, see types of industrial sensors.

How an inductive proximity sensor works — LC oscillator electromagnetic field eddy current damping detection of metal targets Diagram showing the internal LC oscillator circuit of an inductive proximity sensor producing an electromagnetic field, with eddy currents induced in a metal target causing oscillation damping that triggers the output. Inductive Proximity Sensor: Operating Principle SENSOR LC Coil Oscillator Eval Circuit PNP/NPN Output EM Field Metal Target (ferrous or non-ferrous) Eddy currents induced Damping reduces oscillation amplitude Non-Metal (plastic, wood, liquid) No eddy currents = No damping OUTPUT: OFF Sensing Range Reduction Factors Ferrous steel = 100% rated range Aluminium = ~0.4–0.7× rated range
Inductive proximity sensor operating principle: an LC oscillator generates an electromagnetic field; metal targets induce eddy currents that damp oscillation amplitude, triggering the output. Non-metals are transparent to the field.

How a Capacitive Proximity Sensor Works

A capacitive proximity sensor uses two internal electrodes that form a capacitor. The sensor's oscillator circuit monitors the capacitance between these electrodes. An air gap between the sensing face and a target has a known, low capacitance. When any material with a higher dielectric constant than air enters the sensing field, the capacitance increases, the oscillator amplitude shifts, and the evaluation circuit switches the output.

Because virtually every material — metal, plastic, glass, water, oil, grain, and powder — has a higher dielectric constant than air, capacitive sensors can detect all of them. The only materials that approach air in dielectric constant are certain foams and aerogels, which are edge cases.

Practical implications for controls engineers:

  • Through-wall level detection. A capacitive sensor mounted on the outside of a plastic or glass tank wall detects the presence of liquid inside without penetrating the tank. This is one of the most common applications: point-level switches on tanks, hoppers, and chutes where a pipe penetration would be undesirable. See level measurement types for a comparison with continuous measurement technologies.
  • Sensitivity adjustment is mandatory. Every capacitive sensor has a potentiometer or teach button to set the switching threshold. In a through-wall application the threshold must be set to ignore the empty tank wall and trigger only when liquid is present behind it. Skipping this step is the primary cause of unreliable capacitive sensor performance.
  • Non-metal object presence. Plastic bottles on a conveyor, paper reels, wooden pallets, and packaged food products are all detectable with capacitive sensors where an inductive sensor would see nothing.
  • Target distance and dielectric constant interact. Higher dielectric constant materials (water, ε ≈ 80) trigger at longer distances than low-dielectric materials (dry grain, ε ≈ 3–5). The rated sensing distance on the datasheet assumes a grounded metal target — the actual range for non-metallic targets will be shorter.
Capacitive proximity sensor detecting liquid level through plastic tank wall — non-contact dielectric sensing principle Diagram showing a capacitive sensor mounted on the outside of a plastic tank wall detecting liquid level change by measuring the increase in capacitance when liquid is present behind the wall versus empty. Capacitive Sensor: Through-Wall Liquid Level Detection Tank EMPTY — Output OFF CAP SENSOR Sensitivity pot Oscillator Output: OFF Plastic AIR ε ≈ 1 Low capacitance Tank FILLED — Output ON CAP SENSOR Sensitivity pot Oscillator ↑ Output: ON LIQUID ε ≈ 80 (water) High capacitance Key Facts No tank penetration No wetted parts Must calibrate sensitivity first Dielectric constant (ε) of liquid > air triggers capacitance increase → output switches ON
Capacitive sensor through-wall liquid level detection: the sensor mounts outside the tank wall and detects the change in capacitance when liquid (high ε) replaces air (low ε) behind the wall.

Inductive vs Capacitive Sensor: Full Comparison

Factor Inductive Capacitive
Detects Ferrous and non-ferrous metals Metal, plastic, glass, liquid, granular, wood
Blind to All non-metals Very low-dielectric materials (dry foam)
Typical flush range 2 mm – 15 mm 2 mm – 10 mm
Typical non-flush range 5 mm – 40 mm 5 mm – 25 mm
Effect of target material on range Significant — non-ferrous metals reduce range Significant — low-dielectric materials reduce range
Humidity / condensation No effect Can cause false triggers without proper threshold setting
Vibration resistance Excellent Excellent
Temperature range Typically –25 °C to +70 °C Similar
Wiring 3-wire (PNP or NPN) DC, or 2-wire AC 3-wire (PNP or NPN) DC, or 2-wire AC
Mounting Flush or non-flush in metal Flush or non-flush — avoid metal surrounds on non-flush types
Price tier Lower Moderate
Setup required Minimal Sensitivity pot or teach procedure required

When to Use an Inductive Proximity Sensor

Choose an inductive sensor whenever the target is metal and the environment may be contaminated with non-metal materials that must be ignored.

Best-fit applications:

  • End-of-stroke detection on cylinders. A ferrous target flag on a pneumatic cylinder rod passes in front of the sensor at full extension or retraction. The inductive sensor is immune to oil mist, coolant, and cutting debris that would confuse an optical sensor.
  • Metal part presence in a fixture. Confirming a steel workpiece is correctly seated before a machine cycle starts. Even if coolant floods the fixture, the sensor does not false-trigger on liquid.
  • Rotational speed and position. A gear tooth or keyway interrupts the sensing field once per revolution, producing a pulse train the PLC counters to calculate RPM or index position.
  • Conveyor metal detection. Detecting metal pucks, carriers, or part pallets moving past a fixed sensor mount.

PLC wiring note: A PNP (sourcing) inductive sensor connects its brown wire to +24 VDC, its blue wire to 0 V, and its black output wire to the PLC input terminal. The PLC input card supplies the return path to 0 V. An NPN (sinking) sensor reverses the output polarity — confirm the input card type before ordering sensors. For the full wiring context, review PLC programming basics.

PNP three-wire inductive proximity sensor wiring diagram to PLC discrete input — brown blue black wire connections Wiring diagram showing a PNP sourcing three-wire inductive or capacitive proximity sensor connected to a 24VDC PLC discrete input card, with brown wire to positive supply, blue wire to 0V, and black output wire to PLC input terminal. 3-Wire PNP Sensor → PLC Input Wiring (Inductive or Capacitive) 24 VDC PSU +24V 0V / COM PNP Sensor (Inductive or Capacitive) Brown — +24V supply Blue — 0V supply Black — Signal output Signal (Black) PLC Discrete Input Card IN.0 IN.1 IN.2 Input reads HIGH when target present Applies to both inductive & capacitive NPN (sinking) sensors: black wire connects to 0V side of input — confirm card type before ordering
PNP three-wire sensor wiring to a PLC discrete input — identical for inductive and capacitive sensors. The PLC sees only a Boolean ON/OFF regardless of sensor technology.

When to Use a Capacitive Proximity Sensor

Choose a capacitive sensor when the target is non-metallic, or when you need to sense through a non-metallic wall.

Best-fit applications:

  • Liquid level point detection through a tank wall. Mount on the exterior of a plastic or fibreglass tank. Set sensitivity so the output is OFF for the empty wall and ON when liquid reaches the sensor face. This creates a non-invasive low-level or high-level alarm with no wetted parts.
  • Plastic pellet or powder level in a hopper. Detect when granular material has fallen below a minimum fill level. Inductive sensors cannot do this at all.
  • Glass bottle or plastic container presence. On a filling or labelling line where the container material is non-metallic and the conveyor itself may be plastic.
  • Paper and cardboard detection. Web break detection or stack height monitoring on paper-handling equipment.

Through-wall installation tips:

  1. Choose a sensor with a rated sensing distance at least 1.5× the tank wall thickness to ensure reliable detection of the liquid behind it.
  2. Use the teach button or sensitivity pot with the tank empty first (OFF state), then with the tank filled to the detection level (ON state).
  3. Keep the sensing face flush or recessed relative to the mounting surface — do not allow the sensor face to contact the tank wall material at operating temperature, as thermal expansion can shift the apparent capacitance and cause drift.

PLC integration is identical to inductive sensors — the same 3-wire PNP/NPN wiring convention applies. The PLC sees only a discrete ON/OFF input regardless of whether the sensor is inductive or capacitive.


Limitations to Know Before You Specify

Capacitive sensor limitations

Moisture and condensation are the leading cause of nuisance trips. A capacitive sensor with its sensitivity set too high will trigger on condensation on the tank wall or on humid air containing airborne moisture. Always set sensitivity conservatively, and consider a sensor with a built-in temperature-compensation circuit in cold-store or outdoor environments.

Buildup on the sensing face — dried product, dust, or grease — accumulates additional dielectric material that shifts the apparent capacitance upward over time, eventually causing the sensor to stay triggered even when the target is absent. Schedule periodic cleaning of the sensing face in powder-handling or food-processing applications.

Background suppression is not standard on capacitive sensors the way it is on some photoelectric sensors. Everything behind the target that falls within the sensing field contributes to the capacitance reading. In a cluttered environment, position the sensor so no secondary material occupies the cone behind the intended target.

Inductive sensor limitations

Metal bracket interference. A non-flush inductive sensor mounted in a steel bracket that encroaches into the side-field zone will reduce the effective sensing range or cause constant false triggering. Always observe the manufacturer's required free-zone dimensions around the barrel.

Non-ferrous range reduction catches engineers who size a sensor for steel and then switch the target material late in the design. If the application later changes from steel to aluminium targets, verify that the reduced range still provides adequate margin to the mounting position.

High-temperature targets. Very hot metal targets (above roughly 200 °C) can affect the inductance calculation because electrical resistivity of metals changes with temperature, shifting the eddy current damping characteristic. Some manufacturers offer high-temperature variants with recalibrated thresholds for forge or casting applications.


Controls Engineer's View: Both into a PLC

In a typical machine with mixed materials, both sensor types appear on the same I/O rack. A steel transfer arm returning to home triggers an inductive sensor. A plastic hopper reaching minimum fill level triggers a capacitive sensor. The PLC program treats both as simple discrete inputs — a Boolean TRUE or FALSE — and uses them identically in ladder logic contacts or structured text conditions.

Inductive vs capacitive proximity sensor application selection guide — target material metal vs non-metal decision flow Decision flow diagram for choosing between inductive and capacitive proximity sensors based on target material type, environment contamination, and whether through-wall detection is needed. Sensor Selection: Inductive vs Capacitive Decision Guide What is the target material? Metal only Non-metal / mixed Use INDUCTIVE Immune to non-metal contaminants Use CAPACITIVE Detects plastic, liquid, grain, glass Inductive Best For: Cylinder end-of-stroke (ferrous flag) Part-in-fixture confirmation Gear tooth / rotational speed pulse Capacitive Best For: Liquid level through plastic tank wall Plastic pellet/powder hopper level Glass bottle / paper roll presence Both types: 3-wire PNP/NPN DC wiring Same PLC discrete input card
Sensor selection guide: target material is the primary decision factor. Both sensor types use identical 3-wire PNP/NPN wiring to PLC discrete input cards.

The sensor type is a field selection decision, not a PLC programming decision. Wire both to 24 VDC discrete input cards using PNP sourcing convention (or NPN sinking, matching the card type), confirm each sensor's indicator LED behaviour during commissioning, and document the sensing distance and sensitivity setting on the panel drawing.

For applications that require continuous level measurement rather than point-level switching, see level measurement types, which covers radar, ultrasonic, and hydrostatic technologies that return a 4–20 mA analogue signal rather than a discrete output.

For the comparison between proximity sensors and photoelectric sensors — which introduces optical sensing into the selection — see proximity vs photoelectric sensor.


Frequently Asked Questions

What is the difference between inductive and capacitive proximity sensors?

An inductive proximity sensor detects metal only by inducing eddy currents in the target via an electromagnetic field. A capacitive proximity sensor detects any material with a higher dielectric constant than air — including plastic, glass, water, grain, and metal — by measuring the capacitance change as the material enters the sensing field.

Can a capacitive sensor detect metal?

Yes. Metal has a high dielectric constant and is fully detectable by a capacitive sensor. However, for metal-only detection in environments that may contain non-metal materials, an inductive sensor is the better choice because it is inherently immune to false triggers from non-metals.

Which sensor type has better sensing range?

Inductive sensors generally achieve slightly longer sensing distances than capacitive sensors of the same barrel diameter, particularly for ferrous metal targets. Both types offer non-flush variants that extend range beyond what flush-mounted units provide.

Can a capacitive sensor detect liquid level through a tank wall?

Yes — this is one of the most common capacitive sensor applications. The sensor mounts on the outside of a non-metallic tank wall (plastic, fibreglass, or glass) and detects the presence of liquid behind the wall without any penetration or wetted parts. The sensitivity must be calibrated with the tank both empty and filled to avoid false triggers from the wall material alone.

When should I use inductive instead of capacitive?

Use inductive when the target is always metal and you need maximum immunity to non-metallic contamination (coolant, oil, dust, plastic chips). Use capacitive when the target is non-metallic, when you need through-wall detection, or when the application involves liquids, powders, or granular materials.

#inductivevs capacitive#inductiveproximity sensor#capacitiveproximity sensor#leveldetection#sensors#automation
Share this article:

Related Articles