
How Touchscreens Work: Why Your Finger Works and a Gloved Hand Doesn’t
Read stories how our founder Albert turned his childhood passion into CircuitMess, and get exciting DIY project ideas you can do with your kids at home for free.
Table of content
How Touchscreens Work: Why Your Finger Works and a Gloved Hand Doesn’t
Here’s a question almost no adult can answer, which makes it an excellent one to hand a curious child: why does a touchscreen ignore a gloved finger, a pencil and a fingernail, but respond instantly to bare skin - and to a sausage?
The answer is that a touchscreen is not detecting pressure, and it is not detecting touch. It’s detecting a change in an invisible electric field, and the thing it’s really asking is “is there something electrically conductive nearby?” Your finger qualifies because you’re mostly salty water. A glove doesn’t. A fingernail doesn’t. A sausage very much does, which is why cold-country hacks involving snack meat genuinely work and are one of the best demonstrations available.
This is a rewarding topic because the phenomenon is entirely invisible, the explanation is genuinely satisfying, and the whole thing can be tested at a kitchen table in ten minutes.

First: Two Completely Different Technologies
Most people assume all touchscreens work the same way. They don’t, and the difference explains a lot of everyday frustration.
Resistive: two sheets that meet
The older design. Two transparent conductive layers are held a hair’s breadth apart by microscopic spacers. Press hard enough and they touch, completing a circuit at that spot. Electronics measure the resistance along each axis to work out where the contact happened.
Resistive screens respond to pressure, from anything. A gloved finger, a pen lid, a stylus, a knuckle - all fine. The trade-offs are that they need a real press, they’re generally less sharp because of the extra layers, and they struggle to track two touches at once.
This is why they survive in specific places: cash machines, older satnavs, industrial equipment, and factory panels where operators wear gloves. If a screen requires a firm poke, it’s almost certainly resistive.
Capacitive: the field your finger disturbs
The one in every phone and tablet, and the interesting one.
A grid of transparent conductive lines - usually indium tin oxide, which is both conductive and see-through - is laid across the screen in rows and columns. A voltage is applied, creating a small electric field at every intersection where the lines cross. Each intersection stores a tiny amount of charge. That storage capacity is its capacitance.
Bring a conductive object near - not even touching, just near - and it distorts the field. Some of the field lines now terminate on your finger rather than on the neighbouring electrode, changing the capacitance at that intersection measurably.
The controller chip scans the entire grid many times a second, looking for intersections where capacitance has shifted. Wherever it has, something conductive is nearby. Because the change spreads across several intersections, software can compare their relative strengths and calculate a touch position far more precisely than the grid spacing alone would allow - a technique called interpolation.
No pressure is involved at any point. Capacitive screens don’t know how hard you’re pressing. They only know where the field is disturbed.
Why Gloves Fail (and Why Special Gloves Work)
Now the original question answers itself.
Your body is a decent conductor because it’s largely water containing dissolved salts, and those free ions let charge move. Held near the screen, you provide somewhere for the field to go.
A wool or leather glove is an insulator. It holds your conductive finger a few millimetres away from the glass and blocks the field’s path. The screen sees nothing, because as far as the electric field is concerned, nothing conductive arrived.
This immediately explains:
- Touchscreen gloves have conductive thread - usually silver or steel fibres - woven into the fingertips, giving the field a route from your skin to the surface.
- A fingernail doesn’t work. Keratin is an insulator. This surprises kids more than anything else in the topic.
- A pencil doesn’t work, despite graphite being conductive, because the tiny contact point disturbs too little field, and the wooden body isn’t connected to you.
- A capacitive stylus works because it has a broad, soft conductive tip and a conductive body that connects to your hand. The stylus is an extension of your body’s conductivity, not an independent device.
- Wet screens misbehave. Water is conductive, so a film of water looks like a large diffuse touch. The screen reports phantom presses or freezes entirely.
- A sausage works. Wet, salty, conductive, and roughly finger-sized. Widely and genuinely used in cold climates before touchscreen gloves were common.
Two ways to measure it
Worth naming for an older child, because it explains a real limitation.
Self-capacitance measures each row and each column separately. It’s simple and sensitive, but it has a famous flaw: with two fingers on the screen it can’t tell which rows pair with which columns, producing “ghost” touches at the wrong intersections.
Mutual capacitance measures each individual crossing point rather than whole rows and columns. That’s more measurements and more processing, but it resolves each touch independently - which is what makes reliable multi-touch, and therefore pinch-to-zoom, possible at all. Modern phones use it.
The pinch gesture that every child takes for granted is a direct consequence of one measurement technique replacing another.
The Refresh Rate Nobody Talks About
Screens advertise their display refresh rate. Almost nobody mentions the touch sampling rate - how many times per second the controller scans the grid.
It’s usually higher than the display refresh, often 120 Hz or more on phones where the display runs at 60 Hz, because touch responsiveness is felt more acutely than visual smoothness. A screen that samples touch slowly feels laggy and imprecise even if it looks fine, and gaming phones compete specifically on this number.
There’s a nice general lesson here for a kid: the specification a product advertises is rarely the specification that determines how it feels.
Why Good Devices Still Use Buttons
This is the part worth spending time on, because it runs against a child’s assumption that touchscreens are simply newer and therefore better.
Touchscreens have real disadvantages:
- No tactile feedback. You can’t find a control without looking at it. This is why car manufacturers, having moved climate and hazard controls to touchscreens, have been steadily moving them back to physical switches.
- They fail with wet, cold, gloved or dirty hands.
- They’re expensive - the conductive grid, the controller chip and the extra glass layers cost far more than a button.
- They consume power continuously, because scanning never stops.
- They’re imprecise for fast repeated input. Nobody plays a fast game well on a flat screen, which is why phone gaming controllers exist.
That last point is why handheld consoles and wearables aimed at makers overwhelmingly use physical buttons. It isn’t cost-cutting; it’s the right engineering answer for a device you use without looking and operate quickly.
The CircuitMess ByteBoi 2.0 (ages 9+, no soldering) and Bit 2.0 both use physical buttons for exactly this reason, and the build makes the trade-off visible: the child installs the buttons, wires them, and then writes code that reads them. A button is one of the simplest possible inputs - a circuit that’s either complete or not - which is why it’s also the best first input for someone learning how a device receives instructions at all.
There’s a related lesson in debouncing. A physical button doesn’t switch cleanly; the metal contacts bounce for a few milliseconds, so a single press can register as five. Every embedded programmer meets this problem, and solving it - in code or with a capacitor - is a genuine rite of passage. Our guide to what to build after a first STEM kit covers where that skill leads.

Touch Sensing Beyond Screens
Capacitive sensing isn’t limited to displays, and pointing out where else it lives makes the concept stick.
- Lift and lamp controls that respond to a tap on metal.
- Laptop trackpads, which are capacitive grids without a display underneath.
- Proximity sensors that switch off a phone screen against your ear during a call.
- Water level sensors in appliances, detecting liquid through a plastic wall.
- Some musical instruments, most famously the theremin, which senses hand position through field disturbance without any contact at all.
The theremin is worth a mention with a musically inclined child. It’s a hundred-year-old instrument played by moving your hands near two antennas, and it works on precisely the principle their phone uses.
Six Experiments for One Afternoon
- The fingernail test. Try to unlock a phone with a fingernail only. Then the pad of the finger. Same pressure, different result.
- The glove test. Ordinary glove, then a touchscreen glove. Then poke a small hole so bare skin contacts the glass.
- The water test. A few drops on a screen, then try to use it. Wipe and repeat. (Do this on something waterproof.)
- The spoon test. A metal spoon held in the hand versus balanced on the screen with nobody touching it. The difference proves the object must connect to a larger conductive body.
- The hover test. Approach a very sensitive screen slowly without touching. Some register a touch fractionally before contact - proof it’s a field, not pressure.
- The resistive hunt. Find a cash machine, older satnav or supermarket self-checkout. Note how much harder you press and whether a fingernail works. If it does, it’s resistive.
Where This Leads
Capacitive sensing is a small corner of a much larger field: measuring the physical world by detecting how it disturbs an electrical property. The same principle underlies proximity detection, liquid-level measurement, some medical instruments and a great deal of industrial sensing.
For a child, the more useful outcome is the habit of asking what a device is actually measuring rather than what it appears to measure. A touchscreen doesn’t measure touch. A step counter doesn’t count steps. A thermostat doesn’t measure your comfort. Learning to spot the gap between the sensor and the intention is a durable analytical skill.
Frequently Asked Questions
How does a touchscreen know where my finger is?
A transparent grid of conductive lines under the glass creates a small electric field at every crossing point. Your finger, being conductive, distorts that field where it comes close. The controller scans the grid many times a second and calculates the position from which crossings changed and by how much.
Why don’t touchscreens work with gloves?
Because the screen detects conductivity, not pressure. A normal glove is an insulator that holds your conductive skin away from the glass, so the electric field is undisturbed and the screen sees nothing. Touchscreen gloves solve this with conductive thread in the fingertips.
Why doesn’t my fingernail work on a touchscreen?
Fingernails are keratin, which doesn’t conduct electricity. The pad of your finger is skin over tissue full of salty water and conducts well. Same pressure, completely different electrical behaviour.
What is the difference between resistive and capacitive touchscreens?
Resistive screens have two conductive layers that physically touch when pressed, so they respond to pressure from anything - including gloves and pen lids. Capacitive screens detect the distortion of an electric field by a conductive object and need no pressure at all, but only respond to conductive things.
Why do some devices still use buttons instead of touchscreens?
Because buttons give tactile feedback you can find without looking, work with wet, cold or gloved hands, cost far less, use less power, and are more precise for fast repeated input. That’s why game controllers, car hazard switches and maker devices keep them.
What age can a child understand this?
The conductivity idea works from about 8, especially with the glove and fingernail experiments, which produce results before any explanation is needed. Electric fields and capacitance land better around 11 to 13, and the self-versus-mutual capacitance distinction suits older teenagers.
The Bottom Line
A touchscreen doesn’t feel your finger. It notices that something conductive has disturbed an invisible electric field, and works out where from the pattern of disturbance. That single correction explains gloves, fingernails, wet screens, styluses and sausages in one go. It also explains why plenty of well-designed devices - including build-it-yourself handhelds like the ByteBoi 2.0 from CircuitMess - deliberately keep their buttons.
Read stories how our founder Albert turned his childhood passion into CircuitMess, and get exciting DIY project ideas you can do with your kids at home for free.
Read more

How Digital Cameras Work Turning Light Into Numbers
A digital camera is a grid of millions of tiny buckets that count part...

Binary for Kids: How Computers Count With Only Two Numbers
Most binary explanations start with "computers only understand ones an...

Best Robot Gifts for Kids: Build One, Don't Buy One
There are two kinds of robot gifts - robots kids drive, and robots kid...
