Soil Texture Classification Calculator

Stephanie Ben-Joseph headshot Stephanie Ben-Joseph

USDA Soil Texture Triangle: What Sand, Silt, and Clay Mean

In the USDA texture system, soil texture is the relative mix of sand, silt, and clay in the fine-earth fraction, and that mix strongly shapes drainage, water storage, ease of tillage, and how a soil feels underfoot. Sandy material tends to open up a soil and let water move through quickly; clay gives the sample more stickiness, more water retention, and more resistance to flow; silt usually sits between the two and often contributes a smooth, floury feel. Those differences matter in gardens, farms, restoration sites, and environmental fieldwork because texture is one of the quickest clues to how a soil will behave before you measure anything else.

The USDA groups these sand-silt-clay combinations into twelve named classes. Instead of treating the three percentages as separate facts, the system looks at their balance as a whole. The familiar soil texture triangle is the visual version of that idea: every point inside the triangle corresponds to one valid combination that sums to 100 percent. This calculator applies the same USDA logic in text form, so you can enter the percentages and let the page identify the class that matches the combination.

Introduction to USDA Soil Texture Classification

This soil texture classification calculator is handy whenever you have sand, silt, and clay percentages from a lab report, a classroom exercise, a jar test, or a careful estimate from the field. It turns those three numbers into a USDA texture class such as sand, loamy sand, silt loam, clay loam, or clay. The class gives you a compact summary of likely soil behavior, so you can move from raw percentages to a label that is easier to interpret in reports and discussions.

A texture label may be short, but it carries a lot of practical meaning for this USDA calculator. A loam often suggests a middle ground between drainage and storage, while a sandy clay indicates a sample with enough coarse material to move water readily and enough clay to hold moisture and nutrients. Soil texture also helps explain irrigation frequency, root growth limits, surface crusting, erosion risk, and how easily a field can be worked after rain. For students, it connects lab numbers to real soil behavior; for land managers, it offers a fast first look at potential management issues.

The classification here follows the same logic as the USDA triangle: each named class occupies a region defined by ranges of sand, silt, and clay. Rather than plotting the sample on a diagram, the JavaScript checks the entered values against a sequence of conditions. When the values satisfy the rule for clay, sandy clay, loam, silt loam, or another class, the matching USDA name appears in the result below the form.

How to Use the Soil Texture Calculator

Using this soil texture calculator takes only a moment: enter the sand percentage, the silt percentage, and the clay percentage, then select Classify. The result box will show the USDA texture class that matches the values you entered. If the three numbers do not total 100, the calculator still classifies the sample, but it also appends a note showing the total so you can see that the particle fractions are not perfectly balanced.

For the most reliable answer, use measured particle-size data from a laboratory method such as sieving combined with sedimentation or hydrometer analysis. Those measurements are much more dependable than a quick visual estimate. The calculator can still be useful for classroom work, a rough field check, or a jar-test discussion, but samples near a boundary can shift from one class to another with only a small change in one fraction, especially around pairs like loam and silt loam or clay loam and silty clay loam.

Enter percentages, not decimals. For example, type 40 for forty percent instead of 0.40. The fields accept tenths, so values such as 33.3, 41.7, and 25.0 can be entered directly. After the classification appears, the Copy Result button copies the displayed text to your clipboard, which is useful when you are gathering notes for a lab write-up, lesson, or field record.

A helpful way to think about the three inputs is this: sand is the coarse fraction, silt is the medium fraction, and clay is the fine fraction. More sand usually means a looser, faster-draining soil. More clay usually means a denser sample that holds water and nutrients longer but may be slower to drain and harder to till when wet. Silt can improve smoothness and moderate water retention, though high-silt soils may crust or erode more easily. The calculator does not measure those behaviors directly, but the texture class gives a dependable starting point.

Formula for USDA Soil Texture Classification

For USDA soil texture classification, the first requirement is a complete particle balance: the sand, silt, and clay percentages should add to 100 percent.

Formula: S + Si + C = 100

S + Si + C = 100

Here, S stands for sand percentage, Si for silt percentage, and C for clay percentage. If the sum is not 100, the values do not describe a full fine-earth distribution. The script still evaluates the input, but the note in the result reminds you that the sample total is off.

The second part of the formula is a rule sequence. The USDA triangle is made of polygonal regions, and the calculator imitates those regions by checking threshold combinations in order. One branch of the JavaScript logic is shown in the MathML rule below:

Formula: if clay ≥ 40 and sand ≤ 45 then "Clay"

if   clay 40   and   sand 45   then   "Clay"

That branch covers just one class. The script continues with additional checks for sandy clay, silty clay, clay loam, silty clay loam, sandy clay loam, loam, silt loam, silt, sandy loam, loamy sand, and sand. The order matters because some boundaries overlap, so the first matching rule determines the label returned to the page. In other words, the calculator is not estimating a score; it is following a fixed USDA-style decision path.

The table below is a compact reference for the class ranges shown on this page. It is useful for studying the categories, but the JavaScript conditions remain the final source of truth for the result returned by the calculator.

USDA soil texture classes and typical percentage ranges
Class Sand (%) Silt (%) Clay (%)
Sand ≥85 ≤15 <10
Loamy Sand 70–85 ≤30 <15
Sandy Loam 43–85 0–50 7–20
Loam 23–52 28–50 7–27
Silt Loam <50 50–80 0–27
Silt <20 ≥80 <12
Sandy Clay Loam 45–65 ≤28 27–40
Clay Loam 20–45 15–53 27–40
Silty Clay Loam <20 ≥40 27–40
Sandy Clay >45 <28 ≥35
Silty Clay <20 >40 ≥40
Clay ≤45 ≤40 ≥40

Example: Classifying Soil Samples with the USDA Triangle

A sample with 40% sand, 40% silt, and 20% clay adds neatly to 100, so it is a balanced input for the USDA classifier. The clay content is below the clay-loam thresholds, the silt content is not high enough to push the sample into a silt-dominated class, and the mixture falls in the center of the triangle as loam. If you enter those values, the calculator will display USDA texture class: Loam.

Now try 82% sand, 10% silt, and 8% clay. This soil is dominated by coarse particles, but it still carries enough clay to keep it out of the loamy sand branch in the current rule set. The calculator classifies it as Sandy Loam, which matches the idea that a coarse sample with a small but meaningful clay fraction sits between loose sand and a more balanced loam. That makes it a useful reminder that soil texture classes are precise regions, not vague impressions.

A third sample shows why the total note matters. If you enter 50% sand, 30% silt, and 10% clay, the calculator still classifies the mixture as Loam because the percentages satisfy the loam rule, but it also flags the input with (note: totals 90.0%). In practice, that note tells you to check the measurements, confirm the numbers, or normalize the fractions before using the class in a report or recommendation.

You can also see how small changes matter. A shift of just a few percentage points may move a soil from sandy loam to loam or from clay loam to clay, especially near a boundary where two classes meet. That is why the calculator is most helpful when you already have reasonably trustworthy percentages rather than rough guesses.

Limitations and Assumptions for USDA Soil Texture Classification

Even though USDA soil texture classification is widely used, this calculator only interprets sand, silt, and clay percentages. It does not account for organic matter, soil structure, compaction, salinity, mineralogy, rock fragments, or biological activity. Two soils can share the same texture class and still behave differently because of those other factors, so texture should be treated as an important baseline rather than a complete description.

The result is only as good as the input data. Laboratory measurements are usually more dependable than hand estimates or jar tests, and approximate values can still be helpful as long as you remember that a small error near a boundary may change the class. If you are making agronomic, engineering, or environmental decisions, measured values are better than rough guesses.

This calculator follows a rule-based sequence instead of drawing a point on a triangle graphic. That keeps the logic transparent and matches the JavaScript on the page, but it also means the output follows the coded thresholds exactly. At the edges, another texture tool or a different rounding convention could assign a neighboring class, so the result should be read with that in mind.

The calculator also assumes that the percentages describe the fine-earth fraction used for texture analysis. If a sample contains a lot of gravel or coarse fragments, the field behavior may differ from what the texture class suggests. Likewise, soil can vary across short distances within the same field, garden, or restoration area. One set of numbers gives you one USDA class, but it does not describe every patch of a site.

Why Texture Classification Matters in Practice

Once you know the USDA texture class, you can make faster first-pass judgments about water movement, nutrient retention, and day-to-day management. Coarse-textured soils such as sand and loamy sand usually have large pores, rapid infiltration, and low water-holding capacity. They are often easy to work, but they may need more frequent irrigation and careful fertilizer timing because nutrients can leach downward quickly. Fine-textured soils such as clay and silty clay usually hold more water and nutrients, but they may drain slowly, crust, or become difficult to till when wet. Intermediate classes such as loam, silt loam, and clay loam often balance storage and drainage, which is one reason they show up so often in crop and garden discussions.

Texture also helps explain erosion patterns. Silty soils can be especially vulnerable to water erosion because the particles detach and move readily. Sandy soils may be more vulnerable to wind erosion when the surface is bare. Clayey soils can resist detachment in some situations because of cohesion, yet once structure breaks down they may seal at the surface and shed water. These are broad tendencies rather than guarantees, but they show why a simple texture label remains useful in agronomy, hydrology, ecology, and land management.

For teaching, the USDA texture system works well because it converts three percentages into a meaningful category without hiding the underlying numbers. Students can compare samples from different locations, discuss why one site supports different vegetation than another, and connect lab data to field observations. This calculator supports that learning process by giving immediate feedback while preserving the rule-based logic of the original classification script.

Enter sand, silt, and clay percentages to see the USDA texture class.

Grain Catcher: Sort the Soil Separates

Every texture class starts with the same job: splitting a sample into its three separates. In this mini-game the separates rain down the profile and you slide a sieve to collect whichever one the HUD is asking for — sand as the coarse gold grains, silt as the medium tan flecks, and clay as the fine rust-colored particles. Catch the requested separate to score; sweep up the wrong one and you tear a hole in your sieve. The target keeps rotating, so you have to keep re-reading which fraction you are after, much like sorting a settling jar by eye. It is just for fun and has no effect on the classifier above.

Collect

Score

0

Sieve

◆◆◆

Best

0
Click to play. Move with the left and right arrow keys (or A and D), or slide your finger or mouse across the sieve.