Monte Carlo Simulation
Monte Carlo simulation is a computational technique that uses repeated random sampling to estimate the range and likelihood of different possible outcomes in a situation involving uncertainty. Rather than producing a single answer, it runs many trials to show how results might vary and how probable each result is. In a risk context, it helps illustrate the spread of potential outcomes rather than relying on a single best-guess estimate.
Monte Carlo simulation is a computational method that models the probability distribution of outcomes for systems or processes involving uncertainty by drawing repeated random samples from the probability distributions assigned to input variables. Each iteration generates one possible outcome, and aggregating many iterations produces an empirical distribution from which measures such as expected values, dispersion, and percentile-based likelihoods can be derived. In risk management applications, it is commonly used to quantify uncertainty around objectives where analytical solutions are impractical; the reliability of results depends on the validity of the input distributions and assumptions, and outputs represent modeled estimates rather than guaranteed outcomes. This entry does not cover specific software implementations, sampling algorithms, or configuration details, which vary by tool and application.
Why it matters
Many risk management decisions involve outcomes that cannot be reduced to a single reliable estimate. A point estimate, a single "best guess", can create a false sense of precision by obscuring the range of outcomes that are actually possible and how likely each of them is. Monte Carlo simulation addresses this by producing a distribution of possible outcomes rather than one figure, which supports more informed judgment about uncertainty around objectives.
For risk professionals, this shift from single-value estimates to modeled distributions matters because it makes uncertainty explicit and communicable. Decision-makers can consider not only an expected outcome but also the dispersion around it and the likelihood of adverse scenarios, which can inform choices about risk treatment, prioritization, and the setting of tolerances. It is particularly useful where analytical solutions are impractical because of the number of variables or the complexity of their interactions.
The technique's value is bounded by its assumptions. Monte Carlo outputs are modeled estimates, not guaranteed outcomes, and their reliability depends on the validity of the input probability distributions and the assumptions used to construct the model. A well-constructed simulation can illuminate the shape of uncertainty; a poorly specified one can lend unwarranted credibility to flawed inputs. Treating results as authoritative without scrutinizing the underlying assumptions is a common misuse.
Who it's relevant to
Inside Monte Carlo Simulation
Common questions
Answers to the questions practitioners most commonly ask about Monte Carlo Simulation.