Fall ResetAmazon USFall reset deals: check better picks before checkoutAmazon US: today's deals, useful picks and quick comparisons.Check DealsClean PCRecommendedOne scan can reveal what keeps slowing WindowsLook for cleanup and repair opportunities.Run ScanFall ResetAmazon USWork and home upgrades are worth comparing todayAmazon US: today's deals, useful picks and quick comparisons.See Picks×
Skip to content
Blog

Soil Moisture Sensor With LCD Display: Buying Guide and DIY Build

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

Some links on this page are affiliate links: if you buy through them we may earn a commission, at no extra cost to you.

A “soil moisture sensor with LCD display” can mean a handheld meter, a wireless sensor and screen, or a DIY monitor built around a microcontroller. For a few houseplants, a ready-made meter is simplest. For continuous readings, alerts, or pump control, build a system with a capacitive sensor, Arduino or ESP32, and LCD. In either case, treat a displayed percentage as a soil- and sensor-specific guide—not a universal measure of water in the soil.

Choose the right kind of monitor

Start with how you plan to use it. A temporary handheld meter is different from a sensor left in a pot, and both differ from an automated irrigation controller.

Need Best fit Trade-off
Check one or two plants occasionally Handheld digital meter with an LCD No coding or wiring, but usually little data history or calibration control.
See ongoing readings without building electronics Wireless sensor with an LCD base Simple to use, but depends on batteries, radio range, and the product’s refresh interval.
Log readings, set custom thresholds, or control a pump Arduino or ESP32, sensor, and LCD Flexible, but requires assembly, programming, calibration, and a suitable enclosure.
Make irrigation decisions for growing or research A calibrated professional instrument suited to the required measurement More costly and not necessarily comparable to consumer moisture percentages.

For a permanent or repeated DIY installation, a capacitive probe is usually a better starting point than a basic exposed-electrode resistive probe. A classroom demonstration can still use a resistive sensor, provided you do not leave it powered in wet soil indefinitely.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

What the reading actually means

Low-cost plant monitors generally turn an electrical response into a relative reading. Depending on the device, that may be shown as a number, a dry-to-wet scale, or a percentage mapped between reference conditions. A displayed “57%” does not necessarily mean that water occupies 57% of the soil’s volume.

#1 Best Overall
XLUX Plant Soil Moisture Meter, for Indoor and Outdoor use, Battery-Free
  • Trusted Since 2015: Become one of the many plant lovers who rely on the proven accuracy of XLUX. Established in 2015, our soil moisture meter has earned over 60,000+ verified ratings for its consistent performance. While many many newer brands come and go, we provide the long-term reliability and quality that American households have trusted for over a decade.
  • Take the guesswork out of watering: While your eyes and fingers can only determine the moisture level of the soil surface, the XLUX meter tells you exactly what’s happening deep inside your pot or garden. Our high-sensitivity probe reaches the root zone where it matters most, requiring no batteries or charging—simply insert for an immediate, real-time reading to help your plants stay healthy and vibrant.
  • Clear & Easy-to-Read Display: Perfect for beginners and expert gardeners alike. The large, color-coded dial features 10 distinct scales (Dry-Moist-Wet), making it incredibly simple to know exactly when to water. From lush Monsteras to tall Fiddle Leaf Figs, you’ll get the clarity you need at a single glance, ensuring every plant gets the precise care it deserves.
  • Slim Single-Probe: Protects Delicate Roots: Protect your plants' health. Unlike bulky dual-probe testers or thick-diameter sensors that can tear and stress sensitive root systems, our sleek, slim-needle design slides smoothly into various soil types. It delivers reliable moisture data with minimal soil displacement, keeping your plants’ delicate roots safe and undisturbed while you monitor their hydration.
  • Pristine Condition & Essential Care: To ensure you receive a factory-fresh instrument, each XLUX meter includes a custom anti-abrasion protective sleeve. This inner liner prevents micro-scratches during transit, maintaining the integrity of the 304 stainless steel probe. Usage Tips: 1. Soil Use Only (no liquids). 2. Temporary Test: Insert, read, and remove within 5 minutes. 3. Maintenance: Always wipe the probe clean and store it in its protective sleeve after use.

Three measurements are easy to confuse:

  • Relative sensor output: a value interpreted against that sensor’s readings in chosen dry and wet conditions.
  • Volumetric water content: the share of soil volume occupied by water, usually requiring an appropriately calibrated measurement method.
  • Soil-water tension: how strongly water is held by the soil. Some professional meters report tension, not a consumer-style moisture percentage.

A sensor is a decision aid, not a complete diagnosis of plant health. It cannot tell you by itself whether roots are healthy, drainage is poor, soil is compacted, or a plant is stressed for another reason.

Capacitive or resistive?

A resistive probe estimates moisture from conductivity between exposed electrodes. These inexpensive modules are straightforward to connect, but fertilizer salts and soil contact affect readings, and prolonged DC exposure can corrode the electrodes and change the result. SparkFun recommends powering its resistive-style sensor only while taking a reading rather than leaving it continuously on (sensor hardware and corrosion guidance).

A capacitive probe responds to changes associated with soil’s dielectric properties instead of relying on current through exposed sensing electrodes. That makes it more suitable for repeated monitoring, but it does not make the device automatically accurate, waterproof, or maintenance-free. Inexpensive modules vary in quality; connectors, solder joints, and exposed circuit boards can still corrode. Calibrate the actual sensor in the soil where it will be used.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

DIY build: sensor, controller, and LCD

A practical project needs an Arduino Uno-compatible board or ESP32 development board, a capacitive analog soil sensor, a 16×2 or 20×4 LCD, the appropriate LCD interface (often an I²C backpack), jumper wires, and a stable supply. Add an enclosure for a lasting installation. If the sensor draws more current than a GPIO can safely supply, use a transistor or load switch rather than powering it directly from a pin.

Representative wiring

For an Arduino Uno-style setup with an analog sensor and an I²C LCD:

Rank #2
Sale
XLUX 2 Pack Long Probe Plant Soil Moisture Meter, Battery-Free
  • Accurate Soil Moisture Detection: The XLUX Soil Moisture Meter can tell you if the soil deep inside your pot or garden is dry, moist or wet; whereas your eyes and fingers can only determine the moisture level of the soil surface. The probe is 5.5 inches (14 cm) longer than regular styles, allowing it to measure the soil moisture at the bottom of larger and deeper flower pots.
  • Easy-to-Read Large Dial: The large dial is easy to read and includes three zones with ten scales, making it very straightforward to understand.
  • Immediate Moisture Reading: Insert the probe into the soil, and without waiting, the dial will immediately display the moisture level. You can then decide whether your plant needs watering based on the measurement. Do not leave this moisture meter in the soil for more than 5 minutes, as the metal tip will gradually corrode.
  • Less Damage: A single probe causes less damage to plant roots compared to double or multiple probes, and when you remove the probe after testing, it won't bring out much soil.
  • Usage Precautions: Do not use it to test very hard soil. Do not test water or other liquids. After testing, please wipe the probe clean.
Part Connection
Sensor signal A0
Sensor supply and ground Suitable board supply and common GND
I²C LCD SDA and SCL The board’s SDA and SCL pins
LCD supply and ground Voltage supported by the LCD backpack and common GND

This is a wiring pattern, not a guarantee for every module. Check the board and display pinouts, supply-voltage limits, and sensor output range. On ESP32, SDA and SCL can depend on the specific development board and software configuration; do not copy Uno pins blindly. Confirm that the sensor’s output is safe for the controller’s analog input.

A serial LCD is another option: it can reduce display connections to power, ground, and a serial input. In SparkFun’s example, the serial LCD uses Arduino D2 while the sensor is read on A0; the project uses SoftwareSerial at 9,600 baud (SparkFun project wiring and example logic). Follow the instructions for the particular display rather than assuming all serial LCDs share a pinout or library.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

Pick a display for the information you need

  • 16×2 character LCD: enough for a rounded moisture value and a useful status such as “DRY – WATER.” An I²C backpack can reduce wiring to power, ground, data, and clock; a bare parallel LCD needs more connections.
  • 20×4 character LCD: useful if you want the raw reading, calibration references, status, and battery information at once.
  • OLED: an optional choice for icons or flexible graphics, not an LCD and not essential to a basic monitor.
  • E-paper: can suit a low-refresh display, but refresh behavior, cost, and software complexity may outweigh the benefit for a simple project.

For an I²C character display, Adafruit’s guide uses the Adafruit_LiquidCrystal library and notes that contrast may need adjustment if the backlight is on but characters are invisible (I²C LCD setup and troubleshooting).

Read, interpret, and display

First read the sensor’s analog or digital output and check how it changes in the soil. Do not assume that a larger number means wetter: one ESP32 example reports lower values as its capacitive sensor gets wetter, but output direction depends on the particular sensor and conversion (SunFounder ESP32 example).

Use a rounded number and an actionable status instead of false precision. For example:

Rank #3
Sale
XLUX Long Probe Plant Soil Moisture Meter, Indoor Outdoor use, Battery-Free
  • Accurate Soil Moisture Detection: The XLUX Soil Moisture Meter can tell you if the soil deep inside your pot or garden is dry, moist or wet; whereas your eyes and fingers can only determine the moisture level of the soil surface. The probe is 5.5 inches (14 cm) longer than regular styles, allowing it to measure the soil moisture at the bottom of larger and deeper flower pots.
  • Easy-to-Read Large Dial: The large dial is easy to read and includes three zones with ten scales, making it very straightforward to understand.
  • Immediate Moisture Reading: Insert the probe into the soil, and without waiting, the dial will immediately display the moisture level. You can then decide whether your plant needs watering based on the measurement. Do not leave this moisture meter in the soil for more than 5 minutes, as the metal tip will gradually corrode.
  • Less Damage: A single probe causes less damage to plant roots compared to double or multiple probes, and when you remove the probe after testing, it won't bring out much soil.
  • Usage Precautions: Do not use it to test very hard soil. Do not test water or other liquids. After testing, please wipe the probe clean.
Moisture: 57%
Status: OK

During calibration, a diagnostic screen might show the current raw value and the stored dry and wet references. Include a clear state such as CALIBRATE or SENSOR ERROR when readings are implausible or outside the calibrated range.

What’s actually slowing this PC down?

Pick the symptom - the matching free tool is one click away.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

Calibrate in the actual pot

Calibration matters more than copying a threshold from a tutorial. A sensor’s output depends on its construction, supply, controller ADC, soil composition, salts, installation, and moisture distribution.

  1. Put the sensor at the depth and location you intend to use. Keep it away from the pot wall and bottom, and position it near the root zone rather than only at the surface.
  2. Record several readings when the soil has reached the condition you consider “dry” or ready for watering. Average them if they fluctuate.
  3. Water thoroughly, let excess drain, and allow the soil to settle. Take readings at the same depth and position to establish a wet reference.
  4. Map later readings between those references, then check the behavior through several drying and watering cycles. Calibrate separately for different soil mixes.

When readings decrease as soil gets wetter, a simple mapping is:

percent = 100 × (dryReading - currentReading)
          / (dryReading - wetReading)

Clamp the displayed result to 0–100%. If the output rises as soil gets wetter, reverse the mapping. These endpoints create a relative scale for the chosen setup; they do not turn it into a universal scientific percentage. SparkFun likewise notes that example threshold values must be changed for the soil type and watering behavior (calibration and threshold example).

Use a threshold you have tested for the plant and pot, not a copied value such as 250, 400, or 30%. For a status that should not flicker near the boundary, use hysteresis: switch to DRY below a lower threshold, and return to OK only after the reading rises above a higher one. For example, a project might enter DRY at 30% and leave it at 40%; those figures are illustrative, not plant-care rules.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.
Rank #4
4-in-1 Soil Moisture Meter Digital Plant Temperature/Soil Moisture/PH Meter/Sunlight Intensity Backlight LCD Display Soil Test Meter for Gardening, Farming and Outdoor Plants
  • 【4 in 1 function】This is a 4-in-1 multifunctional soil tester.Our soil tester fastly to measure soil moisture, pH, temperature and sunlight to help you take better care of flowers and plants.You can know when you need to water your soil by measuring moisture and pH & Temperature value of the soil and sunlight level of plants with it.
  • 【Large Screen & Backlight LCD Display】The Soil Tester uses a large LCD screen and white backlight to conveniently display and read digital parameter in day or dark.Use AAA1.5V * 4 batteries (not included),it will alert when the battery is low.
  • 【Quick Accurate measurement】The latest probe detection technology in 2026 can quickly and accurately measure the pH, moisture and temperature in the soil,with the light intensity of the light sensor analysis on the instrument, it can allow you to know when to water, to control the pH and temperature acidity, and determine whether the plants have enough light to better cultivate the plants more scientifically.
  • 【Easy to use】Just simply plug the probe into the soil about 4 inches(10cm) , wait 10 seconds to read intuitive data,and you will get an accurate and precise reading immediately.(This soil tester cannot be used directly to test any liquid. When measuring the soil, if the soil is too dry, do not insert it into dry and hard soil. Before testing, please water the soil test area and wait for 10 minutes, otherwise the testing machine will be damaged.)When testing soil pH and moisture, you need to read data from at least 5 locations in the soil. The average value of all the data will be the final soil pH and moisture.
  • 【More convenient to read】The screen content adopts visual content design, which helps you read the data through specific values and easy to understand graphics, so that even novice growers can easily understand your soil conditions. The 45° rotating head design allows you to bend your head 0°-45°, allowing you to easily view the screen content without bending over.

Power and long-term installation

For a resistive probe, switch its power on only for a reading, allow it to settle, sample it, then turn it off. SparkFun’s example waits 10 milliseconds before sampling, but that is an example rather than a guaranteed settling time for every sensor and circuit. A capacitive module may also be switched off between readings to save energy or reduce self-heating. Use a suitable transistor or load switch if current demand exceeds what a GPIO can provide safely.

In a battery-powered monitor, the LCD backlight can consume more energy than an occasional sensor reading. Consider a backlight timeout, infrequent sampling, a wake button, or ESP32 deep sleep. For outdoor use, protect the electronics and connectors, add strain relief, and prevent water from collecting around the board. A coated probe is not proof that the complete sensor is waterproof; look for a manufacturer’s rating for the actual assembly.

With automatic watering, treat the electronics as a control system, not just a display project. Test thresholds and pump behavior before leaving it unattended, and use an appropriately rated driver and safe separation from mains-powered equipment.

Independent reader supportYour contribution helps us test, update, and keep practical guides available for everyone.Support on Ko-Fi

Ready-made options and components

Product features, bundle contents, stock, radio versions, and prices can change; check the manufacturer or seller listing for your region before buying.

Free tools Windows power users keep installed

One-click scans. No signup required.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.
  • Ecowitt WH0291: a wireless monitor with a local LCD and sensor intended to stay in the soil. Its listing advertises custom 0–100% calibration and separate batteries for console and sensor. This suits someone wanting a no-code screen, but not necessarily open data or custom automation. Check the WH0291 listing.
  • RAINPOINT smart wireless meter: a capacitive sensor with LCD and advertised optional app connection. The listing says a Wi-Fi gateway is required for app functionality and sold separately, so confirm what is included in the price. Check the RAINPOINT listing.
  • SparkFun Qwiic capacitive sensor: a DIY component with I²C communication, configurable address, depth ruler, and status LED—not a complete meter with LCD. Its listing has shown changing availability, so check current stock. Check the SparkFun sensor.
  • Adafruit Monk Makes Plant Monitor: a maker module that adds temperature and relative humidity alongside moisture, with UART and analog moisture output. It does not include an LCD; check its interface requirements against your controller. Check the Adafruit module.
  • Delmhorst KS-D1: a professional instrument using gypsum sensor blocks to measure soil-water tension, listed with an LCD and a range of 0.1–15 bars. It is aimed at serious irrigation or soil-water work, not casual comparison with consumer percentage displays. Check the Delmhorst meter.

Troubleshooting

LCD backlight works, but characters are missing

Adjust the contrast potentiometer, check the shared ground, verify SDA/SCL orientation and the I²C address, and confirm the library and display supply are appropriate. Backpack pin arrangements vary.

Best Value
Buladeke Moisture Meter for Plants,7-in-1 Digital Soil Tester Kit
  • 【7-in-1 Features】This is a 7-in-1 multi-function soil tester. Our soil tester quickly measures soil moisture, pH, temperature and light intensity, and its fertility function helps you take better care of your plants. With this device you can measure the soil moisture, pH, temperature and light intensity for your plants and with the EC and TDS functions you will know when it is time to water the soil.
  • 【Large Screen & LCD Backlight】The Soil Moisture Meter has a large LCD display with white backlight that clearly shows the numerical parameters in both daylight and darkness. It is powered by 4 x 1.5V AAA batteries (not included) and warns you when the batteries are low. The large screen allows you to read the data more easily and clearly, so you no longer have to struggle with hard to read data!
  • 【Fast and accurate measurement】With the latest 2025 probe technology, it can quickly and accurately measure soil pH, moisture, temperature and soil fertility, and measure the TDS and EC function of water quality. Combined with the light intensity analysis of the integrated light sensor, the device can help you determine the optimal watering time, control acidity and temperature, and ensure that your plants receive sufficient light for science-based plant care.
  • 【Easy to use】Simply insert the probe about 10 cm deep into the soil, wait 10 seconds and you will receive precise readings. (Note: The soil tester must not be used directly to measure liquids. If the soil is too dry or hard, do not force the probe in. Moisten the test area slightly before measuring and wait 10 minutes to avoid damaging the device).
  • 【Optimal readability】The display has an intuitive design with clear numbers and intuitive symbols that make it easy for even beginners to understand the minimum values. The extra-large screen makes reading the data clearer and easier. The displays of the water and soil analyser are backlit in white so that they are also easy to read at night.

Text is corrupted or old digits remain

Return the cursor to the beginning of the line and overwrite the full line, padding shorter text with spaces. If using serial, check the baud rate and whether another device conflicts with the chosen serial interface.

Readings are reversed, stuck, or unstable

Test the sensor in the intended soil and reverse the mapping if its output direction requires it. For zero or maximum values, check sensor power, common ground, signal wiring, analog pin selection, input-voltage compatibility, and whether the chosen pin supports analog input. For noisy readings, average samples, use a stable supply, wait after powering the sensor, shorten wiring, and avoid sampling immediately after watering or while a pump switches.

It degrades outdoors or over time

Inspect exposed electronics and connectors, not just the sensing blade. For resistive probes, reduce powered time; for any sensor, check for water ingress, movement, poor soil contact, or a changed soil mix. Recheck calibration if the readings drift.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

Practical verdict

Choose a handheld LCD meter for occasional checks, a wireless LCD monitor for simple continuous viewing, and a capacitive sensor plus controller and LCD when you need custom behavior. Calibrate in the actual soil, display a useful status rather than a falsely precise number, and protect any sensor left installed. For irrigation decisions that require soil-water tension or calibrated water content, choose an instrument designed to measure that quantity.

Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on Amazon at the time of purchase will apply.

Leave a Reply

Your email address will not be published. Required fields are marked *

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

Recommended PC Tool
Recommended PC Tool
Windows Errors? Fix Them Before They SpreadFree repair scan
Outdated Drivers Are Slowing You DownFree scan - exact matches

Two free Windows tools

One Free Minute Could Fix That PC

Before you go - each of these free tools takes about a minute and tackles what quietly slows a Windows PC down.

Special offer. View Outbyte info, uninstall instructions, EULA, and Privacy Policy.