Federal Contractor

M. C. DEAN, INC. Federal Contract Obligations (Last Year)

FPDS analysis of M. C. DEAN, INC. shows 403.74 million in obligations across 1,419 award actions in the last full year.

M. C. DEAN, INC. (CAGE 3K773, UEI RD55NEXJ5EW4) recorded 403,741,729.12 in obligated federal dollars over 1,419 actions in the last full year, for an average action value of 284,525.53. The workload was led by the Department of the Navy, Department of the Army, U.S. Marshals Service, Department of the Air Force, and Washington Headquarters Services.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes the last full year of readable FPDS obligations and action counts; agency and NAICS rankings reflect the same analysis window.

CAGE Code
3K773
UEI
RD55NEXJ5EW4
Total Obligated
403.74 million
403,741,729.12
Award Actions
1,419
Average Action Value
284,525.53

About M. C. DEAN, INC. federal contract activity

M. C. DEAN, INC. (CAGE 3K773, UEI RD55NEXJ5EW4) received 1,419 FPDS-recorded awards totaling $403.74 million in the last full year, for an average award value of $284,525.53. The obligation profile indicates a high-volume contracting relationship with a moderate average award size, consistent with recurring service and support work across multiple federal buyers.

Agency mix and customer concentration

Obligations were concentrated in the Department of the Navy, which accounted for $107.94 million across 262 awards, followed by the Department of the Army at $81.48 million across 150 awards. The U.S. Marshals Service, Department of the Air Force, and Washington Headquarters Services also represented meaningful demand, indicating a customer base spanning defense and civilian security-related agencies.

Industry profile based on NAICS activity

The vendor’s work is led by NAICS 541330 Engineering Services at $154.28 million and 507 awards, followed by NAICS 561621 Security Systems Services at $101.25 million and 383 awards. Additional activity in NAICS 541512 Computer Systems Design Services and 561210 Facilities Support Services shows a mix of technical engineering, security, IT, and facilities-oriented tasking, with smaller but notable construction work under NAICS 236220.

Annual contract trend over the analysis window

The annual trend shows $403.74 million obligated in 2025 with 1,419 awards, which serves as the full-year baseline for this analysis window. No multi-year comparison is available from the provided data, so the trend view is limited to the observed annual total and award volume.

How to interpret this page

This summary is based solely on FPDS-observed obligations tied to CAGE 3K773 and UEI RD55NEXJ5EW4 during the last full year. Agency and NAICS rankings are ordered by total obligated dollars, and award counts and average award value are calculated from the provided dataset without additional estimation or outside sources.

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 = '3K773'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
1700 DEPT OF THE NAVY 107,937,565.17 107.94 million 262
2100 DEPT OF THE ARMY 81,475,275.03 81.48 million 150
1544 U.S. MARSHALS SERVICE 47,249,412.17 47.25 million 262
5700 DEPT OF THE AIR FORCE 38,319,653.68 38.32 million 154
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 35,817,951.89 35.82 million 131
6920 FEDERAL AVIATION ADMINISTRATION 34,312,092.44 34.31 million 128
4732 FEDERAL ACQUISITION SERVICE 20,977,733.72 20.98 million 53
4740 PUBLIC BUILDINGS SERVICE 17,249,851.26 17.25 million 161
1406 DEPARTMENTAL OFFICES 6,251,704.87 6.25 million 35
7529 NATIONAL INSTITUTES OF HEALTH 5,098,893.51 5.10 million 10

Insight

During the last full year, M. C. DEAN, INC. obligated $403.74 million across 1,419 awards, with activity concentrated in a small number of agencies but spread across both defense and civilian buyers. The Department of the Navy led by obligated dollars at $107.94 million, followed by the Department of the Army at $81.48 million; together they accounted for about 46.9% of total obligations. Award volume was also significant at the U.S. Marshals Service and the Department of the Navy, each with 262 awards, while the remaining agencies each represented materially smaller shares, indicating a diversified but top-heavy agency profile.

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 = '3K773'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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
541330 ENGINEERING SERVICES 154,283,665.49 154.28 million 507
561621 SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) 101,246,556.44 101.25 million 383
541512 COMPUTER SYSTEMS DESIGN SERVICES 77,627,211.51 77.63 million 89
561210 FACILITIES SUPPORT SERVICES 25,510,520.92 25.51 million 205
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 15,967,211.81 15.97 million 4
238210 ELECTRICAL CONTRACTORS AND OTHER WIRING INSTALLATION CONTRACTORS 11,331,762.37 11.33 million 70
811310 COMMERCIAL AND INDUSTRIAL MACHINERY AND EQUIPMENT (EXCEPT AUTOMOTIVE AND ELECTRONIC) REPAIR AND MAINTENANCE 6,253,893.06 6.25 million 12
335999 ALL OTHER MISCELLANEOUS ELECTRICAL EQUIPMENT AND COMPONENT MANUFACTURING 5,554,775.82 5.55 million 89
541519 OTHER COMPUTER RELATED SERVICES 4,000,258.81 4.00 million 36
513210 SOFTWARE PUBLISHERS 1,650,989.77 1.65 million 15

Insight

For the last full year, M. C. DEAN, INC. (CAGE 3K773) obligated $403.74 million across 1,419 awards, with spending concentrated in a small set of technical NAICS codes. Engineering Services (541330) led with $154.28 million and 507 awards, followed by Security Systems Services (561621) at $101.25 million and Computer Systems Design Services (541512) at $77.63 million; these three categories account for most of the vendor’s obligated value. The remaining activity is more dispersed across facilities support, construction, electrical contracting, maintenance, and related services, indicating a diversified portfolio centered on engineering, security, and systems integration work.

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 = '3K773'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 403,741,729.12 403.74 million 1,419

Insight

During the last full year, M. C. DEAN, INC. (CAGE 3K773) recorded $403.74 million in total obligations across 1,419 awards, for an average award value of $284,525.53. With only a single annual data point in the 1-year window, no year-over-year trend can be assessed from this view. The award volume suggests obligations were distributed across a relatively large number of actions rather than concentrated in a small number of awards.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.