Admittance Matrix (Y-bus)

Power Flow & Analysis Updated: 2026-03-16

The admittance matrix (Y-bus) is a square, complex-valued matrix of dimension N×N (where N is the number of buses) that encodes the complete electrical topology and impedance characteristics of a power network. It is the single most important data structure in power system analysis, serving as the foundation for power flow, fault analysis, and stability studies.

Key Aspects of the Admittance Matrix (Y-bus):

  • Construction Rules: Diagonal element Y_ii equals the sum of all admittances connected to bus i (including line admittances, shunt elements, and transformer admittances). Off-diagonal element Y_ij equals the negative of the admittance of the branch connecting bus i to bus j. If no branch exists between i and j, Y_ij is zero.
  • Sparsity: In real power systems, each bus typically connects to only 2–5 neighbors, so the vast majority of off-diagonal elements are zero. A 10,000-bus system might have a Y-bus that is over 99.9% zeros. This extreme sparsity is exploited by sparse matrix storage formats and solution algorithms that dramatically reduce memory and computation time.
  • Symmetry: For networks without phase-shifting transformers, the Y-bus is symmetric (Y_ij = Y_ji), which halves the storage requirement and enables the use of efficient symmetric factorization algorithms. Phase shifters introduce asymmetry that must be handled specially.
  • Modification Efficiency: Adding or removing a branch only affects the two diagonal elements and one off-diagonal pair involved, making topological changes (switching operations, contingency analysis) computationally cheap. This property is exploited in real-time security analysis where thousands of contingencies must be evaluated quickly.
  • Beyond Power Flow: The Y-bus is also the starting point for fault analysis (augmented with fault impedance), state estimation (as part of the measurement Jacobian), and dynamic simulation (where it represents the network algebraic equations). Mastering its construction and manipulation is fundamental to all power system computation.

Related Keywords

admittance matrix (y-bus)y-buspower flow & analysis
Back to Glossary

Need Help With Grid Analysis?

Our power systems experts can help you navigate complex grid challenges with advanced analytics and deep industry expertise.

Talk to Our Team