Federal Contractor

M V M, INC. Federal Contract Obligations (Last 5 Years)

M V M, INC. (CAGE 0BUL6, UEI ZHJYA5NN32Z5) has received $2.10 billion across 313 federal award actions in the last 5 years.

Most of the company's obligations are concentrated with U.S. Immigration and Customs Enforcement, the Federal Acquisition Service, and the Administration for Children and Families. Its award history is also centered on emergency and other relief services and security guards and patrol services.

Generated at 03/21/2026

Analysis period: Last 5 years

Totals reflect the last 5 years of readable FPDS obligations; annual and category figures may not sum exactly to the overall total because of rounding and reporting differences.

CAGE Code
0BUL6
UEI
ZHJYA5NN32Z5
Total Obligated
2.10 billion
2,095,140,256.74
Award Actions
313
Average Action Value
6,693,738.83

About M V M, INC. federal contract activity

M V M, INC. (CAGE 0BUL6, UEI ZHJYA5NN32Z5) received $2.10 billion across 313 FPDS-recorded awards in the last 5 years, for an average award value of $6.69 million. Obligations are concentrated in a relatively small set of awards, with the largest funding volumes tied to a few civilian agencies and service-oriented contract categories. The profile indicates a contractor with substantial federal spend exposure and a mix of high-volume tasking and larger-dollar awards.

Agency mix and customer concentration

U.S. Immigration and Customs Enforcement is the dominant customer, accounting for $997.13 million across 142 awards, or nearly half of total obligations. The Federal Acquisition Service and the Administration for Children and Families are the next largest agencies at $596.11 million and $486.49 million, respectively, showing that the vendor’s work spans both procurement vehicles and program-specific requirements. Smaller but still relevant activity appears with the Drug Enforcement Administration and Offices, Boards and Divisions, which together add limited dollar volume but broaden the agency footprint.

Industry profile based on NAICS activity

The vendor’s obligations are led by NAICS 624230, Emergency and Other Relief Services, at $1.08 billion across 44 awards, and NAICS 561612, Security Guards and Patrol Services, at $1.01 billion across 208 awards. These two codes account for the overwhelming majority of value and indicate concentration in field support, protective services, and related operational labor. Secondary activity in Translation and Interpretation Services is modest at $6.53 million, while research and other technical services are immaterial by comparison.

Annual contract trend over the analysis window

Annual obligations peaked in 2022 at $742.83 million and remained elevated in 2021 at $650.63 million, before declining in 2023 and 2024 and then falling further to $120.61 million in 2025. Award counts moved in the opposite direction of dollars in the later years, with 138 awards in 2021 dropping to 21 in 2025, suggesting smaller or narrower obligations over time. The five-year pattern shows a clear contraction from the 2021-2022 high point, though the vendor continues to maintain recurring federal activity.

How to interpret this page

This summary is based on FPDS obligations associated with M V M, INC. over the last 5 years using the provided CAGE code and UEI identifiers. Agency, NAICS, and annual views are organized by obligated dollars and award counts from the supplied analysis window. No assumptions were made beyond the provided data, and no attempt was made to infer contract scope beyond the recorded award classifications.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0BUL6'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 997,127,887.15 997.13 million 142
4732 FEDERAL ACQUISITION SERVICE 596,108,211.00 596.11 million 22
7590 ADMINISTRATION FOR CHILDREN AND FAMILIES 486,488,529.71 486.49 million 21
1524 DRUG ENFORCEMENT ADMINISTRATION 11,112,773.65 11.11 million 26
1501 OFFICES, BOARDS AND DIVISIONS 3,997,601.08 4.00 million 63
1544 U.S. MARSHALS SERVICE 2,460,202.07 2.46 million 16
1549 FEDERAL BUREAU OF INVESTIGATION 417,639.90 417.64 thousand 12
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -375.40 -375.40 1
1448 U.S. FISH AND WILDLIFE SERVICE -28,491.19 -28.49 thousand 2
7001 OFFICE OF PROCUREMENT OPERATIONS -555,028.59 -555.03 thousand 6

Insight

M V M, INC. received $2.10 billion across 313 awards over the last 5 years, with obligations concentrated in three agencies: U.S. Immigration and Customs Enforcement ($997.13 million, 142 awards), Federal Acquisition Service ($596.11 million, 22 awards), and Administration for Children and Families ($486.49 million, 21 awards). These three agencies account for nearly all reported positive obligations and indicate a highly concentrated customer base. Remaining agencies contributed comparatively small amounts, with several minor negative obligation entries that reduced net totals slightly.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0BUL6'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
624230 EMERGENCY AND OTHER RELIEF SERVICES 1,081,796,720.84 1.08 billion 44
561612 SECURITY GUARDS AND PATROL SERVICES 1,006,151,830.78 1.01 billion 208
541930 TRANSLATION AND INTERPRETATION SERVICES 6,529,388.35 6.53 million 33
541720 RESEARCH AND DEVELOPMENT IN THE SOCIAL SCIENCES AND HUMANITIES 417,639.90 417.64 thousand 12
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 153,526.98 153.53 thousand 5
541199 ALL OTHER LEGAL SERVICES 91,525.29 91.53 thousand 9
561210 FACILITIES SUPPORT SERVICES 0.00 0.00 1
541618 OTHER MANAGEMENT CONSULTING SERVICES -375.40 -375.40 1

Insight

Over the last 5 years, M V M, INC. (CAGE 0BUL6) obligated 2.10 billion across 313 awards, with spending highly concentrated in two NAICS codes: 624230 Emergency and Other Relief Services (1.08 billion, 44 awards) and 561612 Security Guards and Patrol Services (1.01 billion, 208 awards). These two categories account for nearly all obligated dollars and most award activity, indicating a narrow but high-volume service mix. All other NAICS codes are immaterial by comparison, with only small obligations in translation, research, legal, consulting, and facilities support, including one minor negative obligation in 541618.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0BUL6'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 120,610,146.27 120.61 million 21
2024 316,188,894.57 316.19 million 33
2023 264,885,944.35 264.89 million 57
2022 742,828,309.50 742.83 million 64
2021 650,626,962.05 650.63 million 138

Insight

M V M, INC. obligated $2.10 billion across 313 awards over the last 5 years, with an average award value of $6.69 million. Obligations were highly concentrated in 2021 and 2022, which together accounted for about $1.39 billion, or roughly two-thirds of the 5-year total, followed by a materially lower level in 2023 through 2025. Award volume was highest in 2021 at 138 awards and declined each year thereafter to 21 awards in 2025, indicating a downward shift in both dollars and transaction count over the period.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.