Biology
June 2026 · 14 min read · Mycology · Network Science · Bioinspired Computing · Last updated: 3 July 2026

Mycelium Networks — Nature's Underground Internet

Written by MySimulator Team · Reviewed by MySimulator Editorial Review

Beneath every forest floor lies a hidden communications network built from living fungal threads. Mycelium networks transport nutrients, carry electrical signals, solve shortest-path problems, and connect trees across kilometres — all without a brain, a central node, or a command-and-control hierarchy.

What Is Mycelium?

Fungi occupy their own kingdom of life, distinct from plants, animals, and bacteria. The vegetative body of a fungus — the part doing the real work of nutrient acquisition — is the mycelium: a branching, anastomosing mass of filaments called hyphae. Individual hyphae are typically 1–10 micrometres in diameter (roughly the width of a bacterial cell), yet they can extend centimetres per day, collectively covering vast distances underground.

The mushrooms and brackets we see above ground are merely fruiting bodies — temporary reproductive structures. The permanent, metabolically active organism is the mycelial network hidden beneath the surface, decomposing organic matter, intercepting mineral ions, and exchanging resources with plant partners.

A critical structural feature is anastomosis: the fusion of adjacent hyphae to create closed loops in the network. Unlike a simple branching tree, a mycelial network with anastomosis can reroute flow around damaged sections, redistribute resources dynamically, and maintain connectivity even when parts of the network are disrupted. This topological property makes mycelium far more robust than any branching structure.

Fungi feed in three primary modes:

The sheer scale fungal networks can achieve is extraordinary. A single Armillaria ostoyae (honey fungus) colony in Malheur National Forest, Oregon, covers approximately 9.6 square kilometres and is estimated to be around 2,400 years old — making it one of the largest and oldest known organisms on Earth. The entire colony is genetically identical, connected by underground mycelial mats colonising tree roots across this enormous area.

The Wood Wide Web: Mycorrhizal Networks

The term Wood Wide Web — coined by science writer Merlin Sheldrake and popularised by Suzanne Simard's research — refers to the underground mycorrhizal networks that link the roots of multiple trees through shared fungal intermediaries. These networks form what ecologists call a common mycorrhizal network (CMN).

Two main types of mycorrhizal fungi structure these networks:

The landmark scientific moment came in 1997, when Suzanne Simard and colleagues published results in Nature showing that Douglas fir (Pseudotsuga menziesii) and paper birch (Betula papyrifera) trees exchanged carbon bidirectionally through their common mycorrhizal network. Shaded birch seedlings received net carbon from the fir; shaded fir seedlings received it from the birch. The direction of flow depended on which tree had surplus photosynthate — suggesting the network was a resource-sharing system, not merely a passive conduit.

Network analysis of CMNs reveals a scale-free topology: most trees are connected to a few others, but a small number of highly connected hub trees — called mother trees by Simard — link vast numbers of neighbours. These hub trees anchor network connectivity: removing them disproportionately fragments the network, much like removing major internet exchange points collapses routing paths.

Scale of mycorrhizal associations: Approximately 90% of terrestrial plant species form mycorrhizal associations with fungi. In temperate forests, a single cubic centimetre of topsoil can contain hundreds of metres of fungal hyphae. The total length of mycorrhizal hyphae in the top 10 cm of a forest soil can exceed 100 km per square metre.

Resources transferred through CMNs include not only carbon (as sugars) but also nitrogen, phosphorus, water, and — as more recent research suggests — defence signalling compounds. When one tree is attacked by pathogens or herbivores, chemical warning signals may propagate through the network, priming neighbours to upregulate defences before attack arrives.

Nutrient Transport: Mass Flow and Diffusion

Moving nutrients across a network that may span kilometres requires more than passive diffusion. Mycelium employs two complementary mechanisms: cytoplasmic streaming (bulk flow) and Fickian diffusion for small molecules.

Cytoplasmic Streaming

Cytoplasmic streaming — also called mass flow — drives bulk cytoplasm through hyphal tubes using turgor pressure gradients. The cytoplasm in nutrient-rich zones is loaded with solutes (sugars, amino acids, ions), raising osmotic pressure and drawing water in, which drives cytoplasm outward through the network toward lower-pressure growth tips or nutrient sinks. Observed streaming speeds in fungal hyphae range from 5 to 10 µm/s, though oscillating bidirectional flows have been recorded.

The physics of flow through hyphal tubes follows the Hagen-Poiseuille equation, the same law governing laminar viscous flow through cylindrical pipes:

Q = (pi * r^4 * delta_P) / (8 * eta * L) Q = volumetric flow rate (m^3/s) r = hypha radius (m) delta_P = pressure difference across the tube (Pa) eta = dynamic viscosity of cytoplasm (~1–3 mPa·s) L = tube length (m)

The critical insight is the r to the power of 4 dependence: doubling the radius of a hypha increases its flow capacity by a factor of 16. This is why fungi invest in wide "trunk" hyphae for long-distance transport and use fine exploratory hyphae only at the foraging frontier. The network architecture — thick central cords tapering to fine tips — directly reflects this hydraulic constraint.

Fickian Diffusion

For small signalling molecules and ions, passive diffusion operates alongside bulk flow. Fick's first law describes the diffusive flux:

J = -D * grad(C) J = diffusive flux (mol/m^2/s) D = diffusion coefficient of the molecule in cytoplasm C = concentration grad(C) = concentration gradient

In practice, the two mechanisms act together: bulk flow delivers concentrated nutrient packages rapidly over long distances, while diffusion handles short-range redistribution within and between cells. The network continuously balances these flows, diverting resources from nutrient-rich source zones to actively growing sink zones — a dynamic that mirrors source-sink economics in plant physiology.

Physarum polycephalum: The Optimal Network Builder

Physarum polycephalum is a slime mould — technically not a fungus but a member of Mycetozoa — yet it offers the clearest window into how biological networks solve optimisation problems. When foraging, Physarum forms a network of cytoplasm-filled veins connecting food sources. The network is not random: it converges on solutions that balance path efficiency, fault tolerance, and material cost.

The famous Tokyo rail network experiment (Toshiyuki Nakagaki, 2000, published in Nature) placed oat flakes on a map in the geographic positions of Tokyo's main cities and towns, then inoculated the map with Physarum at the Tokyo position. Over 26 hours, the slime mould extended, explored, and then retracted, leaving a network of reinforced veins connecting the food sources. The final network closely resembled the actual Tokyo metropolitan rail network in both topology and efficiency — a structure designed by engineers over decades, reproduced by a brainless organism overnight.

The Reinforcement Rule

The mechanism behind this optimisation is a simple local feedback rule. Each vein carrying flux Q tends to widen; veins carrying little flux shrink:

dD/dt = f(|Q|) - decay * D D = tube diameter (or conductance) Q = volumetric flow through the tube f(|Q|) = increasing function of flow magnitude (e.g., |Q|^mu, mu typically 1.8) decay = constant decay rate

Combined with Kirchhoff's current law at each node (flow in = flow out) and Hagen-Poiseuille flow through each vein, this produces a linear system of equations for pressure at each node. Solving iteratively for pressures, updating flows, then updating conductances — repeated hundreds of times — the network self-organises toward a near-minimum spanning tree structure with added redundancy for fault tolerance.

The resulting networks exhibit three desirable properties simultaneously:

Engineering rediscovery: The same adaptive network algorithm Physarum uses was independently discovered in traffic engineering and internet routing optimisation. Researchers now deliberately apply Physarum-inspired algorithms to design telecommunications networks, power grids, and urban transport systems that need to balance efficiency with resilience.

Electrical Signalling in Fungi

The idea that fungi might communicate electrically seemed fringe science until a series of experiments by Andrew Adamatzky and colleagues at the University of the West of England, published in 2022, recorded clear electrical potential oscillations in live mycelium of multiple species including Ghost fungi and Caterpillar fungi.

The measured signals share characteristics with neuronal action potentials:

The mathematical description of signal propagation along a hypha borrows from neuroscience. A simplified cable equation describes how membrane potential V decays and spreads along a cylindrical conductor:

dV/dt = lambda^2 * d2V/dx^2 - V/tau lambda = space constant (how far the signal spreads before decaying) tau = time constant (how quickly the potential changes) x = position along hypha t = time

Unlike neurons, hyphae have no axon, no myelin sheath, and no synaptic cleft. Electrical coupling occurs through the shared cytoplasm and possibly through ion channels in the hyphal membrane. The signals more closely resemble plant action potentials (as seen in Mimosa pudica or the Venus flytrap) than animal neural signals.

The scientific debate centres on interpretation: are these spikes a genuine information-carrying communication system, coordinating nutrient allocation or defence responses across the network? Or are they a metabolic by-product — electrochemical noise from ion transport processes with no signalling role? The stimulus-response experiments suggest intentionality, but distinguishing signal from correlated noise in a living system remains methodologically challenging.

Analogies with plant signalling suggest that even if the mechanism is not "intelligence" in any cognitive sense, it may constitute a form of distributed sensing and response that allows a mycelial network to integrate information about its environment across spatial scales that pure diffusion or bulk flow could not achieve on biologically useful timescales.

Mycelium as a Computing Substrate

Adamatzky's electrical signalling findings opened a new research direction: could mycelium serve as a literal computing substrate — a biological hardware on which logical operations are performed? Early results are promising, if preliminary.

By placing electrodes at multiple points in a growing mycelial mat and applying stimuli (electrical, chemical, light), researchers have recorded outputs consistent with AND gates (output spike only when both inputs are active) and OR gates (output when either input is active). The logic is implemented by the network's own dynamics rather than by designed circuitry — an emergent computation.

Reaction-Diffusion Computing

A parallel thread of research treats mycelium as a reaction-diffusion medium. Chemical waves propagating through the network can encode information in their timing, amplitude, and collision patterns. This is conceptually analogous to Belousov-Zhabotinsky reactions in chemistry, which have been demonstrated to solve maze problems.

The branching patterns of mycelium itself are governed by activator-inhibitor dynamics — the same class of equations Alan Turing proposed in 1952 to explain biological pattern formation. An activator chemical promotes branching at a tip; an inhibitor diffuses ahead and suppresses branching in nearby zones, creating the regular spacing of hyphal tips:

du/dt = D_u * laplacian(u) + f(u,v) [activator] dv/dt = D_v * laplacian(v) + g(u,v) [inhibitor] D_u, D_v = diffusion coefficients (D_v >> D_u for pattern formation) f, g = reaction kinetics (e.g., Gierer-Meinhardt or FitzHugh-Nagumo)

These equations are mathematically identical to those used in some neuromorphic computing architectures and spiking neural network models. The parallel is more than superficial: both mycelium and neuromorphic chips exploit local, parallel, low-energy computation rather than centralised sequential processing.

Practical constraints on mycelium computing are substantial. Biological processes operate on timescales of seconds to hours — millions of times slower than silicon. The substrate is non-reprogrammable in any conventional sense, sensitive to temperature and humidity, and difficult to interface reliably with electronic systems. Nevertheless, mycelium computing research contributes to a broader understanding of what computation means beyond silicon, and may eventually yield hybrid bio-electronic devices for environmental sensing applications.

Sustainable Materials and Biotechnology

Beyond information and ecology, mycelium has become a material science platform. The same properties that make fungal networks resilient — structural strength, chemical versatility, ability to colonise and bind substrates — translate directly into industrial applications.

Mycelium Composites

Mycelium composites are manufactured by inoculating agricultural waste substrates (hemp hurds, corn stalks, sawdust, straw) with selected fungal strains, then allowing the mycelium to colonise and bind the particles over several days. The resulting block is dried (killing the organism) and can be moulded into almost any shape during the growth phase.

Material properties compare favourably with conventional foams:

Commercial pioneers include Ecovative Design (packaging inserts, replacing polystyrene; leather-like sheets under the brand "Forager") and MOGU (acoustic and thermal building insulation panels from agricultural waste).

Mycoremediation

Mycoremediation exploits the enzymatic machinery fungi evolved to decompose lignin — one of the toughest polymers in biology. The same extracellular enzymes (laccases, manganese peroxidases, lignin peroxidases) that white rot fungi like Pleurotus ostreatus (oyster mushroom) use to break down wood also degrade structurally similar environmental pollutants:

Heavy metals cannot be enzymatically broken down, but fungal cell walls (rich in chitin and glucans) can biosorb metal ions — sequestering lead, cadmium, arsenic, and mercury from contaminated water and soil, concentrating them in fungal biomass that can then be harvested and safely disposed of.

Mycelium Leather

Bolt Threads produces "Mylo" — a leather substitute grown from Ganoderma mycelium on corn waste. The material mimics the collagen fibre structure of animal leather at the microscopic level, producing a supple, durable sheet without slaughtering animals or using chromium-based tanning chemicals. Several fashion brands have produced limited runs of bags and shoes from Mylo.

Network Science Lessons from Mycelium

Mycelium is not merely a biological curiosity — it is a working proof-of-concept for a set of network design principles that engineers and computer scientists increasingly want to replicate.

Fault Tolerance Through Redundancy

Anastomosis creates redundant paths between any two points in the network. In graph theory terms, the network has high edge connectivity: many edges must be removed before the network disconnects. This is the same design principle behind mesh networking in telecommunications and the original ARPANET design philosophy.

Adaptive Resource Allocation

The positive feedback loop — more resources flowing through a tube causes the tube to widen, which increases flow further — is a biological implementation of reinforcement learning. The network continuously adapts its topology to match current demand without any global planner. Tubes that are not used shrink (a form of pruning that reduces maintenance cost), while high-demand routes grow. The system finds efficient configurations automatically.

Decentralised Control

There is no central node in a mycelial network — no "brain" fungal cell that coordinates the others. Network behaviour emerges from local rules applied simultaneously at every node and edge. This makes the system intrinsically scalable (adding more network does not bottleneck any central processor) and robust to targeted attack on any single node (since no node is uniquely essential).

Quantifying Network Vulnerability

Network scientists measure node importance using betweenness centrality — the fraction of all shortest paths in the network that pass through a given node:

B(v) = sum over all pairs (s,t) of: sigma_st(v) / sigma_st sigma_st = total number of shortest paths from node s to node t sigma_st(v) = number of those paths passing through node v

In forest CMNs, hub trees (mother trees) have disproportionately high betweenness centrality. Removing them does not just disconnect their direct neighbours — it fragments distant parts of the network that relied on those nodes as relay points. This has conservation implications: protecting hub trees may be more important for network resilience than protecting an equal number of randomly chosen trees.

🍄 Try the Mycelium Growth Simulator Watch nutrient-driven network expansion and anastomosis formation in real time 🌲 Forest Fire Simulation See how connected networks spread fire — and how gaps create firebreaks 🌿 Forest Succession Simulator Explore how mycorrhizal associations shape which species dominate over time

Frequently Asked Questions

What is mycelium?
Mycelium is the vegetative body of a fungus, consisting of a network of thread-like filaments called hyphae. Each hypha is typically 1–10 micrometres in diameter. Hyphae can fuse together (anastomosis) to form a connected network that transports nutrients, water, and signalling molecules across large distances — sometimes kilometres.
What is the Wood Wide Web?
The Wood Wide Web refers to the underground mycorrhizal network connecting plant roots through fungal intermediaries. Trees exchange carbon, nitrogen, phosphorus, and water through this network. Suzanne Simard's landmark 1997 paper demonstrated that Douglas fir trees transferred carbon to shaded paper birch seedlings through the common mycorrhizal network, suggesting cooperative resource sharing rather than pure competition.
How do mycelium networks transport nutrients?
Nutrients move through mycelium by two main mechanisms. Cytoplasmic streaming (mass flow) transports bulk cytoplasm through pressure gradients at speeds of 5–10 µm/s, following Hagen-Poiseuille flow (Q = pi * r^4 * delta_P / 8 * eta * L). Small molecules also diffuse following Fick's first law (J = -D * grad(C)). The network actively reallocates resources from nutrient-rich regions to growing tips and fruiting bodies.
What is Physarum polycephalum and why is it remarkable?
Physarum polycephalum is a species of slime mould that forms efficient transport networks when searching for food. In a famous experiment, researchers placed oat flakes on a map in the positions of Tokyo's major cities. The slime mould grew a network nearly identical to the actual Tokyo rail network — minimising path length while maintaining fault tolerance — despite having no brain or central nervous system.
Can mycelium carry electrical signals?
Yes. Researchers including Andrew Adamatzky have recorded electrical potential oscillations in live mycelium networks that resemble action potentials in neurons — spikes of around 50 mV at roughly 0.5–1 Hz. These propagate along hyphae and may encode information about food sources or damage. However, the interpretation is debated, and the mechanism (ion channels, electrochemical waves) is still being studied.
How large can a single mycelial organism grow?
The largest known organism on Earth by area is a honey fungus (Armillaria ostoyae) in the Malheur National Forest, Oregon, covering approximately 9.6 square kilometres. Estimated to be 2,400 years old, it colonises tree roots across this entire area as a single genetically identical individual, connected by underground mycelial mats.
What are mycelium composites?
Mycelium composites are materials grown by cultivating fungi on agricultural waste such as hemp hurds, corn stalks, or sawdust. As the mycelium colonises the substrate and binds it together, it creates a dense foam-like material that can be moulded into any shape and then dried to halt growth. The resulting material is lightweight, thermally insulating, fire-resistant, home-compostable, and is used for packaging, building insulation, and furniture.
What is mycoremediation?
Mycoremediation is the use of fungi to degrade or sequester environmental contaminants. Wood-decay fungi (white rot fungi like Pleurotus ostreatus) produce extracellular enzymes (laccases, peroxidases) that break down lignin and similarly structured pollutants including petroleum hydrocarbons, polycyclic aromatic hydrocarbons (PAHs), and some pesticides. Heavy metal biosorption by fungal cell walls also helps remediate contaminated soils.
How does mycelium inspire computing?
The mathematical structure of mycelium networks — decentralised, adaptive, self-repairing, capable of shortest-path computation — inspires several areas of computing. Physarum-inspired algorithms solve graph problems. Mycelium electrical spikes have been proposed as substrates for unconventional computing (AND/OR logic gates). The activator-inhibitor reaction-diffusion equations that govern mycelial branching are mathematically identical to those used in some neural network models.
Are mycorrhizal networks truly cooperative?
The Wood Wide Web story is nuanced. Transfer of carbon between plants through mycorrhizal networks is well-documented, but whether it benefits recipient plants (mutualism) or primarily benefits the fungus (which collects carbon from multiple hosts) is debated. Some studies show seedlings under established trees receive more carbon through CMNs; others find no significant benefit. The fungus acts as an intermediary with its own fitness interests, not purely as a neutral pipe connecting plants.