This document presents a study on Named Entity Recognition for the Myanmar language using Hidden Markov Models. It discusses how the HMM approach works in three phases: annotation to tag text, training to estimate model parameters, and testing to apply the model. Parameters like transition probabilities between tags and emission probabilities of words for each tag are estimated from annotated training data. The model achieves 95.2% accuracy, 99.3% precision, 95.2% recall, and 97.2% F-measure on test data, showing the HMM approach is effective for Myanmar NER.