Federal Contractor

J & J MAINTENANCE, INC. Federal Contract Obligations (Last 10 Years)

J & J MAINTENANCE, INC. has recorded 3.00 billion in federal obligations across 3,745 award actions over the last 10 years, led by work for the Department of the Army.

J & J MAINTENANCE, INC. (CAGE 5P021, UEI Y4TKSMDNTRN6) shows a federal procurement profile centered on facilities, construction, and maintenance services. The largest share of obligations comes from the Department of the Army, followed by the Federal Acquisition Service and the Defense Commissary Agency.

Generated at 03/21/2026

Analysis period: Last 10 years

This analysis covers the last 10 years and reflects 3,745 award actions with an average action value of 801,704.98.

CAGE Code
5P021
UEI
Y4TKSMDNTRN6
Total Obligated
3.00 billion
3,002,385,150.48
Award Actions
3,745
Average Action Value
801,704.98

About J & J MAINTENANCE, INC. federal contract activity

J & J MAINTENANCE, INC. (CAGE 5P021, UEI Y4TKSMDNTRN6) recorded 3.00 billion in obligated value across 3,745 awards over the last 10 years, with an average award value of 801,704.98. The contract profile indicates a high-volume facilities and construction-focused vendor with meaningful recurring federal spend rather than a small number of large transactions.

Agency mix and customer concentration

The Department of the Army is the dominant customer at 2.45 billion across 1,869 awards, accounting for the clear majority of obligations. The next-largest buyers are Federal Acquisition Service, Defense Commissary Agency, National Institutes of Health, and the Department of the Air Force, which together show a secondary base of civilian and defense demand but at much lower obligation levels than the Army.

Industry profile based on NAICS activity

Award activity is concentrated in NAICS 236220 Commercial and Institutional Building Construction and 561210 Facilities Support Services, which together represent the bulk of obligated value and award volume. Janitorial Services is also a significant line of business, while the remaining NAICS codes, including Landscaping Services and equipment manufacturing, appear incidental and do not materially change the vendor's core facilities-oriented profile.

Annual contract trend over the analysis window

Recent annual obligations have remained in the several-hundred-million-dollar range, with 2022 representing the high point in the provided window at 435.19 million. Funding levels then moderated in 2023 and 2024 before staying relatively stable in 2025 at 339.92 million, while award counts remained broadly consistent year to year.

How to interpret this page

This summary is based on FPDS obligations associated with the vendor's CAGE code 5P021 and UEI Y4TKSMDNTRN6 for the last 10 years. Agency and NAICS concentration were assessed using total obligated dollars and award counts, and annual trend statements reflect the provided yearly obligation totals only.

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 = '5P021'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
2100 DEPT OF THE ARMY 2,449,757,301.57 2.45 billion 1,869
4732 FEDERAL ACQUISITION SERVICE 182,373,757.18 182.37 million 798
97AZ DEFENSE COMMISSARY AGENCY (DECA) 138,063,835.43 138.06 million 207
7529 NATIONAL INSTITUTES OF HEALTH 93,249,167.13 93.25 million 50
5700 DEPT OF THE AIR FORCE 59,539,525.87 59.54 million 261
1700 DEPT OF THE NAVY 40,518,466.32 40.52 million 211
7014 U.S. CUSTOMS AND BORDER PROTECTION 31,653,032.37 31.65 million 198
4740 PUBLIC BUILDINGS SERVICE 3,277,341.45 3.28 million 109
7008 U.S. COAST GUARD 2,507,715.98 2.51 million 26
9568 UNITED STATES AGENCY FOR GLOBAL MEDIA, BBG 1,442,507.18 1.44 million 14

Insight

Over the last 10 years, J & J MAINTENANCE, INC. received $3.00 billion across 3,745 awards, with obligations heavily concentrated at the Department of the Army, which accounts for $2.45 billion and 1,869 awards. The Federal Acquisition Service is a distant second at $182.37 million and 798 awards, while the Defense Commissary Agency adds another $138.06 million, indicating a strong concentration among a few agencies. Outside the top three, obligations decline sharply; no other agency exceeds $100 million, and the remaining agencies collectively represent a comparatively small share of total obligations.

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 = '5P021'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 1,374,059,508.60 1.37 billion 1,354
561210 FACILITIES SUPPORT SERVICES 1,214,233,924.96 1.21 billion 2,228
561720 JANITORIAL SERVICES 413,384,646.84 413.38 million 151
561730 LANDSCAPING SERVICES 520,574.42 520.57 thousand 8
333415 AIR-CONDITIONING AND WARM AIR HEATING EQUIPMENT AND COMMERCIAL AND INDUSTRIAL REFRIGERATION EQUIPMENT MANUFACTURING 110,164.12 110.16 thousand 1
327991 CUT STONE AND STONE PRODUCT MANUFACTURING 47,783.46 47.78 thousand 1
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 28,548.08 28.55 thousand 2

Insight

Over the last 10 years, J & J MAINTENANCE, INC. received $3.00 billion across 3,745 awards, with obligations concentrated in two core NAICS codes: 236220 (Commercial and Institutional Building Construction) at $1.37 billion and 561210 (Facilities Support Services) at $1.21 billion. These two categories account for the vast majority of obligated value and indicate a strong concentration in construction and facilities support work, while 561720 (Janitorial Services) adds another $413.38 million in a smaller but still material segment. Remaining NAICS codes represent only negligible obligated amounts, suggesting limited diversification beyond the firm’s primary facilities-related portfolio.

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 = '5P021'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 339,919,048.36 339.92 million 405
2024 342,181,133.72 342.18 million 392
2023 301,129,507.17 301.13 million 401
2022 435,189,888.41 435.19 million 324
2021 265,675,144.92 265.68 million 297
2020 333,499,272.99 333.50 million 422
2019 297,298,071.84 297.30 million 461
2018 289,285,080.90 289.29 million 527
2017 398,008,868.91 398.01 million 510
2016 199,133.26 199.13 thousand 6

Insight

Over the last 10 years, J & J MAINTENANCE, INC. obligated $3.00 billion across 3,745 awards, averaging about $801.7K per award. Obligation levels are concentrated in 2017–2025, with annual totals generally ranging from about $265.7 million to $435.2 million; 2022 was the peak year at $435.2 million, while 2016 was immaterial at $199.1K across 6 awards. Award volume is relatively steady in recent years, but no clear upward or downward trend is evident, indicating sustained activity with moderate year-to-year fluctuation.

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